Closedown

This commit is contained in:
x10daop
2017-02-28 15:15:36 +01:00
parent 6ce1d911ae
commit c3d07c8fcd

View File

@@ -16,5 +16,13 @@ crlogic_config["additionalBacklash"] = 0.01
crystal.setTrustedMonitor(True)
def setup_brag_plot(auto=True)
if auto:
setup_plotting(range = "auto")
else:
offset = bragg.read() - bragg.readback.read()
setup_plotting(range = [scan_start - offset, scan_stop - offset])
#add_device(bragg.getExtEncoder(), True)