ophyd.v2.epics.epics_signal_r#

ophyd.v2.epics.epics_signal_r(datatype: Type[T], read_pv: str) SignalR[T]#

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