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.MockSignalBackend#
- class ophyd_async.core.MockSignalBackend(datatype: Type[T] | None = None, initial_backend: SignalBackend[T] | None = None)[source]#
Bases:
SignalBackend
[T
]Methods
Check if a given datatype is acceptable for this signal backend.
For a soft signal, the setpoint and readback values are the same.
Attributes
Datatype of the signal value
- property put_proceeds: Event#