correct syntax error

This commit is contained in:
gac-x07mb
2024-08-23 13:44:47 +02:00
parent c77f359451
commit 9abbcd4d48
2 changed files with 4 additions and 3 deletions

View File

@ -11,4 +11,4 @@ falcon_nohdf5:
onFailure: buffer
enabled: true
readoutPriority: async
softwareTrigger: false
softwareTrigger: false

View File

@ -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)