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
I would like to switch between passive and periodic scan.
If the PV has initial scan set to non zero for createPV, is it allowed to set it to 0 during the runtime with self.setParamInfo('det1:trig', {'scan': 0})?
If I do that the PV updates, seen by the camonitor, are flooding my console with PV value changing rapidly.
The text was updated successfully, but these errors were encountered:
I would like to switch between passive and periodic scan.
If the PV has initial scan set to non zero for
createPV
, is it allowed to set it to 0 during the runtime withself.setParamInfo('det1:trig', {'scan': 0})
?If I do that the PV updates, seen by the camonitor, are flooding my console with PV value changing rapidly.
The text was updated successfully, but these errors were encountered: