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, source: str)[source]#
Bases:
SignalBackend[T]An simulated backend to a Signal, created with
Signal.connect(sim=True)Methods
connectget_descriptorget_readingFor a simulated backend, the setpoint and readback values are the same.
get_valueputset_callbackAttributes
datatypeDatatype of the signal value
source//PV_PREFIX:SIGNAL