Closedown

This commit is contained in:
gac-x03da
2019-06-24 14:29:39 +02:00
parent 7fe1c74417
commit ab71c46f79
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -18,7 +18,6 @@ try:
[0.001 * STEPS, ENERGY_LOW],
[STEPS, 1],
latency = SETTLING_TIME,
keep=False,
before_read = before_readout, after_read = after_readout)
finally:
if ENDSCAN:
-1
View File
@@ -32,7 +32,6 @@ try:
domain_axis = "Index",
enabled_plots = POSITIONERS + SENSORS,
line_plots = [EnergyDistribution,],
keep=False,
before_read = before_readout,
after_read = after_readout
)