Closedown
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user