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

Attributes

controller

log

name

Return the name of the Device

parent

The parent Device if it exists

writer

pulse

seq

pcomp

pcap

data

async connect(mock: bool = False, timeout: float = 10.0) None[source]#
children() Iterator[Tuple[str, Device]]#
async collect_asset_docs(index: int | None = None) AsyncIterator[Tuple[Literal['stream_resource'], StreamResource] | Tuple[Literal['stream_datum'], StreamDatum]]#
complete()#
property controller: DetectorControl#
async describe() Dict[str, DataKey]#
async describe_collect() Dict[str, DataKey]#
async describe_configuration() Dict[str, DataKey]#
async get_index() int#
kickoff()#
property log#
property name: str#

Return the name of the Device

parent: 'Device' | None = None#

The parent Device if it exists

prepare(value: T) AsyncStatus#
async read() Dict[str, Reading]#
async read_configuration() Dict[str, Reading]#
set_name(name: str)#

Set self.name=name and each self.child.name=name+"-child".

Parameters:

name – New name to set

stage() None#
trigger() None#
unstage() None#
property writer: DetectorWriter#
pulse: DeviceVector[PulseBlock]#
seq: DeviceVector[SeqBlock]#
pcomp: DeviceVector[PcompBlock]#
pcap: PcapBlock#
data: DataBlock#