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()