config: abr test

This commit is contained in:
2026-06-03 09:41:38 +02:00
parent 73e9aebdfe
commit fec2bd6f8f
+3 -2
View File
@@ -1012,5 +1012,6 @@ class BeamlineConfig:
if __name__ == "__main__":
from aare.common.beamline import mx_beamline
cfg = BeamlineConfig(bl=mx_beamline())
cfg.allow_non_staff_request_from_staff = True
cfg.state_busy = False
# cfg.allow_non_staff_request_from_staff = True
# cfg.state_busy = False
cfg.abr_meas_pos = AerotechCoordinate(at_mm=Coordinate(x=0.0,y=0.0,z=0.0))