feat: added flux macro to devices for x10sa

This commit is contained in:
2026-07-09 10:21:14 +02:00
committed by perl_d
parent 5c6f0e7254
commit 6a5dead55f
+2
View File
@@ -197,6 +197,8 @@ class BeamlineDevices:
@property
def flux(self) -> float:
# TODO FLUX
if self._beamline == MXBeamline.X10SA:
return self.bec_worker.get_flux_x10sa()
return self.transmission * self.full_flux
@property