Closedown

This commit is contained in:
gac-x03da
2021-11-15 15:56:05 +01:00
parent fac63e195d
commit 78bd666ec0
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ keithley 2: RMU
"""
POSITIONERS = (ExitSlit)
SENSORS = (Keithley1, Keithley2, MachineCurrent)
SENSORS = (SampleCurrent, RefCurrent, MachineCurrent)
STARTPOS = (-10.0)
ENDPOS = (200.0)
STEPS = 10.0
+1 -1
View File
@@ -8,7 +8,7 @@ keithley 2: RMU
"""
POSITIONERS = (ExitSlitY)
SENSORS = (Keithley1, Keithley2, MachineCurrent)
SENSORS = (SampleCurrent, RefCurrent, MachineCurrent)
STARTPOS = (-0.5)
ENDPOS = (1.0)
STEPS = 0.01