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

View File

@@ -1,4 +1,4 @@
#Mon Nov 02 17:56:21 CET 2015
#Mon Jun 24 14:26:01 CEST 2019
accessType=ReadWrite
defaultSpeed=1.0
estbilizationDelay=0
@@ -9,5 +9,8 @@ minValue=-10.0
offset=0.0
precision=2
resolution=NaN
rotation=false
scale=1.0
sign_bit=0
startRetries=1
unit=mm

View File

@@ -1,4 +1,4 @@
#Mon Nov 02 17:56:21 CET 2015
#Mon Jun 24 14:26:01 CEST 2019
accessType=ReadWrite
defaultSpeed=1.0
estbilizationDelay=0
@@ -9,5 +9,8 @@ minValue=-10.0
offset=0.0
precision=2
resolution=NaN
rotation=false
scale=1.0
sign_bit=0
startRetries=1
unit=mm

View File

@@ -1,4 +1,4 @@
#Tue Apr 17 09:01:06 CEST 2018
#Mon Jun 24 14:26:01 CEST 2019
maxValue=1000.0
minValue=0.0
offset=0.0
@@ -6,4 +6,5 @@ precision=-1
resolution=NaN
rotation=false
scale=1.0
sign_bit=0
unit=mm

View File

@@ -1,6 +1,7 @@
#Tue Sep 06 10:00:18 CEST 2016
#Mon Jun 24 14:26:01 CEST 2019
colormap=Temperature
colormapAutomatic=true
colormapLogarithmic=false
colormapMax=255.0
colormapMin=0.0
dataMonitoring=false

View File

@@ -1,6 +1,7 @@
#Tue Sep 06 10:00:18 CEST 2016
#Mon Jun 24 14:26:01 CEST 2019
colormap=Grayscale
colormapAutomatic=true
colormapLogarithmic=false
colormapMax=255.0
colormapMin=0.0
dataMonitoring=false

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:

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
)