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.core.SignalX#

class ophyd_async.core.SignalX(backend: SignalBackend[T] | None = None, timeout: float | None = 10.0, name: str = '')[source]#

Bases: Signal

Signal that puts the default value

Methods

children

connect

set_name

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

trigger

Trigger the action and return a status saying when it's done

Attributes

log

name

Return the name of the Device

parent

The parent Device if it exists

source

//PV_PREFIX:SIGNAL, or "" if not set

trigger(wait=True, timeout: float | None | ~typing.Type[~ophyd_async.core._utils.CalculateTimeout] = <class 'ophyd_async.core._utils.CalculateTimeout'>) AsyncStatus[source]#

Trigger the action and return a status saying when it’s done

children() Iterator[Tuple[str, Device]]#
async connect(mock=False, timeout=10.0, force_reconnect: bool = False, backend: SignalBackend[T] | None = None)#
property log#
property name: str#

Return the name of the Device

parent: Device | None = None#

The parent Device if it exists

set_name(name: str)#

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

Parameters:

name – New name to set

property source: str#

//PV_PREFIX:SIGNAL, or β€œβ€ if not set

Type:

Like ca