Closedown
This commit is contained in:
@@ -70,7 +70,14 @@ time.sleep(1.0)
|
||||
|
||||
caput (TIME_DELAY_SET, START)
|
||||
caput (TIME_DELAY_START, 1)
|
||||
wait_channel(TIME_DELAY_COMPLETE, 'SCAN Complete')
|
||||
'''if TIME_DELAY_SET == 0:
|
||||
caput (LPP_DELAY, DELAY)
|
||||
caput (LPP_FINE_DELAY, FINE_DELAY)
|
||||
else
|
||||
'''
|
||||
timeout_1= (caget TIME_DELAY_SET)/(caget TIME_DELAY_VAL)
|
||||
print timeout_1
|
||||
wait_channel(TIME_DELAY_COMPLETE, 'SCAN Complete', timeout=10)
|
||||
|
||||
###############################################################################
|
||||
# Plotting
|
||||
|
||||
Reference in New Issue
Block a user