Closedown

This commit is contained in:
gac-x11ma
2019-05-14 14:52:46 +02:00
parent f14d51ce57
commit c0277c5a6d

View File

@@ -114,7 +114,7 @@ def plot_file(file, ctxt = None):
def has_beam():
"""
"""
return beam_status.readback.read() !="Machine Down"
return beam_status.readback.read() == "Light Available"
def is_id_error():
return (id_error.read()==0)