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.Signal#
- class ophyd_async.core.Signal(backend: SignalBackend[T] | None = None, timeout: float | None = 10.0, name: str = '')[source]#
-
A Device with the concept of a value, with R, RW, W and X flavours
Methods
Attributes
Return the name of the Device
The parent Device if it exists
//PV_PREFIX:SIGNAL, or "" if not set
- async connect(mock=False, timeout=10.0, force_reconnect: bool = False, backend: SignalBackend[T] | None = None)[source]#
- property log#