Script execution

This commit is contained in:
sfop
2017-01-10 16:33:36 +01:00
parent e9b5042dce
commit a9126cbf67
-6
View File
@@ -4,14 +4,8 @@ latency = 0.05
if get_exec_pars().source == CommandSource.ui:
prefix = "SINSB04-RSYS"
start = 0.0
stop = 360.0
step = 20.0
else:
prefix = args[0]
start = caget("PSHELL:scanstart")
stop = caget("PSHELL:scanstop")
step = caget("PSHELL:scanstep")
print "Prefix = ", prefix