You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The base class constructor does not provide kwargs to set these. Might be a good addition, otherwise need to set shutter.close_value=1 once the shutter object is created.
Since the open() and close() methods perform both set and reset, need to add open_reset_value and close_reset_value to replace fully these assumptions of 0 and 1:
Note that the ApsPssShutter support uses a fixed value of
1
when writing to then open:apstools/apstools/devices/shutters.py
Line 451 in 11a9707
and close PV:
apstools/apstools/devices/shutters.py
Line 464 in 11a9707
The base class supports custom values for
self.open_value
andself.close_value
:apstools/apstools/devices/shutters.py
Lines 87 to 88 in 11a9707
The base class constructor does not provide kwargs to set these. Might be a good addition, otherwise need to set
shutter.close_value=1
once theshutter
object is created.Originally posted by @prjemian in #1036 (comment)
The text was updated successfully, but these errors were encountered: