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.panda.HDFPanda#
- class ophyd_async.panda.HDFPanda(prefix: str, path_provider: PathProvider, config_sigs: Sequence[SignalR] = (), name: str = '')[source]#
Bases:
CommonPandaBlocks
,StandardDetector
Methods
Set
self.name=name
and eachself.child.name=name+"-child"
.Attributes
Return the name of the Device
The parent Device if it exists
- async collect_asset_docs(index: int | None = None) AsyncIterator[Tuple[Literal['stream_resource'], StreamResource] | Tuple[Literal['stream_datum'], StreamDatum]] #
- complete()#
- property controller: DetectorControl#
- kickoff()#
- property log#
- prepare(value: T) AsyncStatus #
- set_name(name: str)#
Set
self.name=name
and eachself.child.name=name+"-child"
.- Parameters:
name – New name to set
- property writer: DetectorWriter#
- pulse: DeviceVector[PulseBlock]#
- seq: DeviceVector[SeqBlock]#
- pcomp: DeviceVector[PcompBlock]#