Script execution

This commit is contained in:
gac-x03da
2020-04-21 20:02:18 +02:00
parent fd595f0f10
commit 83635b7ada

View File

@@ -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()