Closedown

This commit is contained in:
x10daop
2017-02-28 15:16:08 +01:00
parent c3d07c8fcd
commit f3198f7b38
2 changed files with 5 additions and 6 deletions
+4 -5
View File
@@ -1,12 +1,11 @@
scan_start = 9.2
scan_stop = 9.0
scan_start = 9.0
scan_stop = 9.2
scan_step = 0.002
passes = 1
zigzag = False
#setup_plotting(range = "auto")
offset = bragg.read() - bragg.readback.read()
setup_plotting(range = [scan_start - offset, scan_stop - offset])
setup_brag_plot(False)
scaler.stop() #caput("X10DA-ES-SCALER.CNT", 0)
scaler.channels[0].setPreset(False) #caput("X10DA-ES-SCALER.G1", 0)
+1 -1
View File
@@ -16,7 +16,7 @@ crlogic_config["additionalBacklash"] = 0.01
crystal.setTrustedMonitor(True)
def setup_brag_plot(auto=True)
def setup_brag_plot(auto=True):
if auto:
setup_plotting(range = "auto")
else: