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.SoftSignalBackend#
- class ophyd_async.core.SoftSignalBackend(datatype: Type[T] | None, initial_value: T | None = None, metadata: SignalMetadata = None)[source]#
Bases:
SignalBackend
[T
]An backend to a soft Signal, for test signals see
MockSignalBackend
.Methods
Connection isn't required for soft signals.
For a soft signal, the setpoint and readback values are the same.
Method to bypass asynchronous logic.
Attributes
Datatype of the signal value