Note
Ophyd async is included on a provisional basis until the v1.0 release and may change API on minor release numbers before then
ophyd_async.epics.areadetector.HDFStreamerDet#
- class ophyd_async.epics.areadetector.HDFStreamerDet(drv: ADDriver, hdf: NDFileHDF, dp: DirectoryProvider, name='')[source]#
Bases:
StandardReadable
,Flyable
,WritesExternalAssets
Methods
children
collect
collect_asset_docs
complete
Connect self and all child Devices.
describe
describe_collect
describe_configuration
kickoff
read
read_configuration
Set
self.name=name
and eachself.child.name=name+"-child"
.- param read:
Signals to make up
read()
stage
trigger
unstage
Attributes
Return the name of the Device
parent
The parent Device if it exists
- async connect(sim: bool = False)#
Connect self and all child Devices.
- Parameters:
sim – If True then connect in simulation mode.