Script execution
This commit is contained in:
@@ -32,10 +32,10 @@ try:
|
||||
line = True,
|
||||
latency=SETTLING_TIME,
|
||||
domain_axis = "Index",
|
||||
enabled_plots = POSITIONERS + SENSORS
|
||||
enabled_plots = POSITIONERS + SENSORS,
|
||||
before_read = before_readout,
|
||||
after_read = after_readout)
|
||||
)
|
||||
after_read = after_readout
|
||||
)
|
||||
finally:
|
||||
if ENDSCAN:
|
||||
after_scan()
|
||||
|
||||
Reference in New Issue
Block a user