From 123fc7fd8ca518bf9d8890b1cbc0c72b7146b568 Mon Sep 17 00:00:00 2001 From: x10daop Date: Tue, 28 Feb 2017 10:12:10 +0100 Subject: [PATCH] Closedown --- script/local.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 7458a60..28579c4 100644 --- a/script/local.py +++ b/script/local.py @@ -13,4 +13,7 @@ crlogic_config["integrationTime"] = 0.2 crlogic_config["additionalBacklash"] = 0.01 -crystal.setTrustedMonitor(True) \ No newline at end of file +crystal.setTrustedMonitor(True) + + +add_device(bragg.getExternalReadback(), True) \ No newline at end of file