Script execution

This commit is contained in:
gac-x03da
2022-01-21 11:45:44 +01:00
parent ab883e787d
commit c0ea656245

View File

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