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