From f3a7fcfb3282a3aa4f6696d42d05b8813225a501 Mon Sep 17 00:00:00 2001 From: x10daop Date: Tue, 28 Feb 2017 10:19:24 +0100 Subject: [PATCH] Closedown --- script/local.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 28579c4..20702c9 100644 --- a/script/local.py +++ b/script/local.py @@ -16,4 +16,8 @@ crlogic_config["additionalBacklash"] = 0.01 crystal.setTrustedMonitor(True) -add_device(bragg.getExternalReadback(), True) \ No newline at end of file +add_device(bragg.getExternalReadback(), True) + + +show_panel(bragg.getExternalReadback()) +show_panel(bragg.gReadback()) \ No newline at end of file