Open DominicOram opened 7 months ago
Given I have an EpicsSignal connected to a PV when I change the PV outside ophyd e.g. through a caput I get a message like the following in the ophyd debug logs:
EpicsSignal
ophyd
caput
put(value=-0.7591089346600004, timestamp=1712804635.801214, force=True, metadata={'status': <AlarmStatus.NO_ALARM: 0>, 'severity': <AlarmSeverity.NO_ALARM: 0>, 'precision': 5, 'lower_ctrl_limit': -28.7104, 'upper_ctrl_limit': 16.2896, 'units': 'mrad'})
This is useful but could be improved:
put
Given I have an
EpicsSignal
connected to a PV when I change the PV outsideophyd
e.g. through acaput
I get a message like the following in theophyd
debug logs:This is useful but could be improved:
put
here is confusing - it implies it'sophyd
doing the putting but actually it's getting an update from EPICS