From 9abbcd4d487612097bc5f6c2f6d22aed1e5d716b Mon Sep 17 00:00:00 2001 From: gac-x07mb Date: Fri, 23 Aug 2024 13:44:47 +0200 Subject: [PATCH] correct syntax error --- phoenix_bec/device_configs/phoenix_falcon.yaml | 2 +- phoenix_bec/devices/falcon_phoenix_no_hdf5.py | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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) + +