ophyd_async.epics.signal.epics_signal_r#

ophyd_async.epics.signal.epics_signal_r(datatype: Type[T], read_pv: str, name: str = '') SignalR[T][source]#

Create a SignalR backed by 1 EPICS PV

Parameters:
  • datatype – Check that the PV is of this type

  • read_pv – The PV to read and monitor