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.SimSignalBackend#
- class ophyd_async.core.SimSignalBackend(datatype: Type[T] | None, initial_value: T | None = None)[source]#
Bases:
SignalBackend
[T
]An simulated backend to a Signal, created with
Signal.connect(sim=True)
Methods
For a simulated backend, the setpoint and readback values are the same.
Attributes
Datatype of the signal value