Closedown

This commit is contained in:
gac-x11ma
2019-05-14 10:08:57 +02:00
parent dfcef4cfef
commit 63e9fd252d

View File

@@ -19,7 +19,7 @@ ID1_OFF = "X11MA-ID1:ENERGY-OFFS"
ID2_OFF = "X11MA-ID2:ENERGY-OFFS"
ENERGY_SP = "X11MA-PHS:E_SP"
"""
ALL_DONE = "X11MA-PHS:ALL-DONE"
ALL_DONE = "X11PHS:alldone"
VG10_SET = "X11MA-EPS-VG10:SET"
VG10_GET = "X11MA-OP-VG10:OPEN"
VG11_SET = "X11MA-EPS-VG11:SET"
@@ -108,6 +108,9 @@ def plot_file(file, ctxt = None):
table = Table.load(file, sep, '#')
plots = plot(table, title = ctxt)
#If True, then wait_beam will not continue checking machine status
maintenance_mode = True
def has_beam():
"""
"""