Closedown
This commit is contained in:
@@ -71,12 +71,10 @@ wait_channel(OTF_DONE, 1, type = 'i')
|
||||
for scan_no in range(number_of_scans):
|
||||
suffix = ("%03d" % fid)
|
||||
input_file = input_path + "o" + file_prefix + "_" + suffix + ".dat"
|
||||
fid = fid + 1
|
||||
|
||||
caput(OTF_E1, E1)
|
||||
caput(OTF_E2, E2)
|
||||
caput(OTF_TIME, TIME)
|
||||
#fid = fid + 1
|
||||
caput(OTF_FTS,file_prefix)
|
||||
caput(OTF_FID,fid)
|
||||
time.sleep(2.0)
|
||||
@@ -106,6 +104,7 @@ for scan_no in range(number_of_scans):
|
||||
polswitch = 1
|
||||
|
||||
time.sleep(3.0)
|
||||
fid = fid + 1
|
||||
|
||||
#close_vg13()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user