Closedown
This commit is contained in:
@@ -699,7 +699,7 @@ class GlobalFlag(ControlledDevice):
|
||||
|
||||
|
||||
|
||||
##### ScanGuard class #####
|
||||
##### ScanGuard class #####
|
||||
|
||||
class ScanGuard(object):
|
||||
"""
|
||||
@@ -729,9 +729,7 @@ class ScanGuard(object):
|
||||
self.test_start_seconds = time.time()
|
||||
|
||||
# for testing, use a local PV
|
||||
# for testing, use a local PV
|
||||
# self._ringcurrent = TripDevice('X03DA-OP-EXS:AP', 10.0, 500.0, 10.0)
|
||||
self._ringcurrent = TripDevice('ARIDI-PCT:CURRENT', 390.0, 410.0, 10.0)
|
||||
# self._ringcurrent = TripDevice('X03DA-OP-EXS:AP', 10.0, 500.0, 10.0)
|
||||
self._ringcurrent = TripDevice('ARIDI-PCT:CURRENT', 390.0, 410.0, 10.0)
|
||||
self.monitors.append(self._ringcurrent)
|
||||
# guard against erratic motors
|
||||
|
||||
Reference in New Issue
Block a user