Closedown

This commit is contained in:
x07maop
2016-02-11 15:48:40 +01:00
parent 05de6facf7
commit 077dfcb260
+1 -1
View File
@@ -292,7 +292,7 @@ def hyst_step_mult(forward, ranges, ramp_speed, energies):
pass
def scan_e(start, end, step):
setpoint = Channel (energy., 'd')
setpoint = Channel (energy, 'd')
readback = Channel (keithleys[keithley][2], 'd')
lscan(setpoint, readback, float(start), float(end), float(step), latency = 0.1)