diff --git a/phoenix_bec/device_configs/phoenix_falcon.yaml b/phoenix_bec/device_configs/phoenix_falcon.yaml index d59f886..2f24a63 100644 --- a/phoenix_bec/device_configs/phoenix_falcon.yaml +++ b/phoenix_bec/device_configs/phoenix_falcon.yaml @@ -11,4 +11,4 @@ falcon_nohdf5: onFailure: buffer enabled: true readoutPriority: async - softwareTrigger: false + softwareTrigger: false \ No newline at end of file diff --git a/phoenix_bec/devices/falcon_phoenix_no_hdf5.py b/phoenix_bec/devices/falcon_phoenix_no_hdf5.py index 443e4e5..22c3a9f 100644 --- a/phoenix_bec/devices/falcon_phoenix_no_hdf5.py +++ b/phoenix_bec/devices/falcon_phoenix_no_hdf5.py @@ -312,11 +312,10 @@ prefix ---- X07MB-ES-MA1: mca (EpicsMCARecord) : MCA parameters for Falcon detector hdf5 (FalconHDF5Plugins) : HDF5 parameters for Falcon detector MIN_READOUT (float) : Minimum readout time for the detector - """ + # Specify which functions are revealed to the user in BEC client USER_ACCESS = ["describe"] -prefix ---- X07MB-ES-MA1: # specify Setup class custom_prepare_cls = FalconSetup @@ -353,3 +352,5 @@ prefix ---- X07MB-ES-MA1: if __name__ == "__main__": falcon = FalconcSAXS(name="falcon", prefix="X12SA-SITORO:", sim_mode=True) + +