ophyd_async.epics.signal.epics_signal_w# ophyd_async.epics.signal.epics_signal_w(datatype: Type[T], write_pv: str) → SignalW[T][source]# Create a SignalW backed by 1 EPICS PVs Parameters: datatype – Check that the PV is of this type write_pv – The PV to write to