Readme with panle command

This commit is contained in:
Mohacsi Istvan
2024-09-03 13:14:00 +02:00
committed by mohacsi_i
parent edd1184986
commit ba819d6df8
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
# Opening GigaFrost panel
'''
caqtdm -macro "CAM=X02DA-CAM-GF2" X_X02DA_GIGAFROST_camControl_user.ui &
'''
@@ -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()