Script execution

This commit is contained in:
voulot_d
2017-01-09 16:02:45 +01:00
parent 1391e89750
commit 5c6f0e39ad

View File

@@ -4,9 +4,9 @@ latency = 0.05
if get_context().source == CommandSource.ui:
prefix = "SINSB04-RSYS"
start = -170.0
stop = 180.0
step = 10.0
start = 0.0
stop = 360.0
step = 20.0
else:
prefix = args[0]
start = caget("PSHELL:scanstart")