Script execution
This commit is contained in:
@@ -15,11 +15,11 @@ STARTPOS = (-1.5)
|
||||
ENDPOS = (+1.5)
|
||||
STEPS = 0.01
|
||||
LATENCY = 1.0
|
||||
DWELL = 1.0
|
||||
DWELL = 0.1
|
||||
|
||||
def trig():
|
||||
caput("X03DA-OP-10ADC:TRG.PROC", 1)
|
||||
time.sleep(DWELL)
|
||||
#time.sleep(DWELL)
|
||||
|
||||
value = DWELL * 10.0
|
||||
SampleCurrentAveraging.write(value)
|
||||
|
||||
Reference in New Issue
Block a user