From ba819d6df83978fa442fdea95ba84249875560da Mon Sep 17 00:00:00 2001 From: Mohacsi Istvan Date: Tue, 25 Jun 2024 14:41:44 +0200 Subject: [PATCH] Readme with panle command --- tomcat_bec/devices/gigafrost/Readme.md | 9 +++++++++ tomcat_bec/devices/gigafrost/gigafrostclient.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 tomcat_bec/devices/gigafrost/Readme.md diff --git a/tomcat_bec/devices/gigafrost/Readme.md b/tomcat_bec/devices/gigafrost/Readme.md new file mode 100644 index 0000000..0a5e996 --- /dev/null +++ b/tomcat_bec/devices/gigafrost/Readme.md @@ -0,0 +1,9 @@ + + + +# Opening GigaFrost panel + + +''' + caqtdm -macro "CAM=X02DA-CAM-GF2" X_X02DA_GIGAFROST_camControl_user.ui & +''' diff --git a/tomcat_bec/devices/gigafrost/gigafrostclient.py b/tomcat_bec/devices/gigafrost/gigafrostclient.py index cd7b5ed..4b78258 100644 --- a/tomcat_bec/devices/gigafrost/gigafrostclient.py +++ b/tomcat_bec/devices/gigafrost/gigafrostclient.py @@ -491,7 +491,7 @@ class GigaFrostClient(Device): # Automatically start simulation if directly invoked if __name__ == "__main__": - gf = GigaFrostClient("X02DA-CAM-GF1") + gf = GigaFrostClient("X02DA-CAM-GF2") gf.wait_for_connection()