Script execution
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
POSITIONERS = [dummy]
|
||||
RELATIVE = False
|
||||
SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, ManipulatorTempA, ManipulatorTempB, ManipulatorCoolFlow)
|
||||
SENSORS = (Counts, SampleCurrent, RefCurrent, MachineCurrent, ManipulatorTempA, ManipulatorTempB, ManipulatorCoolFlow, EnergyDistribution, AngleDistribution)
|
||||
LATENCY = 0.0
|
||||
ENDSCAN = True
|
||||
|
||||
@@ -64,7 +64,7 @@ try:
|
||||
lscan(POSITIONERS, SENSORS, 3., 1., 3, LATENCY, RELATIVE, before_read=before_readout, after_read = my_after_read_down)
|
||||
|
||||
print("wait for 10 K")
|
||||
ManipulatorTempA.waitValueInRange(10., 1., 60)
|
||||
ManipulatorTempA.waitValueInRange(10., 1., 60000)
|
||||
|
||||
print("survey")
|
||||
set_survey()
|
||||
|
||||
Reference in New Issue
Block a user