This commit is contained in:
@@ -47,6 +47,7 @@ class AareDAQ:
|
||||
self.__devs = BeamlineDevices(bl)
|
||||
self.__mlbox = MlBox()
|
||||
self.__jfjoch = JFJochWrapper(bl)
|
||||
self.__bl = bl.value.upper()
|
||||
|
||||
@property
|
||||
def state(self) -> BeamlineStateEnum:
|
||||
@@ -763,7 +764,8 @@ class AareDAQ:
|
||||
cryojet_K=self.__devs.cryojet_temp,
|
||||
shutter_open=self.__devs.shutter,
|
||||
flux_ph_s=3.0e12,
|
||||
sample_camera=self.__devs.samcam_settings
|
||||
sample_camera=self.__devs.samcam_settings,
|
||||
name=self.__bl
|
||||
)
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user