Closedown

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