correct syntax error
This commit is contained in:
@ -11,4 +11,4 @@ falcon_nohdf5:
|
|||||||
onFailure: buffer
|
onFailure: buffer
|
||||||
enabled: true
|
enabled: true
|
||||||
readoutPriority: async
|
readoutPriority: async
|
||||||
softwareTrigger: false
|
softwareTrigger: false
|
@ -312,11 +312,10 @@ prefix ---- X07MB-ES-MA1:
|
|||||||
mca (EpicsMCARecord) : MCA parameters for Falcon detector
|
mca (EpicsMCARecord) : MCA parameters for Falcon detector
|
||||||
hdf5 (FalconHDF5Plugins) : HDF5 parameters for Falcon detector
|
hdf5 (FalconHDF5Plugins) : HDF5 parameters for Falcon detector
|
||||||
MIN_READOUT (float) : Minimum readout time for the detector
|
MIN_READOUT (float) : Minimum readout time for the detector
|
||||||
"""
|
|
||||||
|
|
||||||
# Specify which functions are revealed to the user in BEC client
|
# Specify which functions are revealed to the user in BEC client
|
||||||
USER_ACCESS = ["describe"]
|
USER_ACCESS = ["describe"]
|
||||||
prefix ---- X07MB-ES-MA1:
|
|
||||||
|
|
||||||
# specify Setup class
|
# specify Setup class
|
||||||
custom_prepare_cls = FalconSetup
|
custom_prepare_cls = FalconSetup
|
||||||
@ -353,3 +352,5 @@ prefix ---- X07MB-ES-MA1:
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
falcon = FalconcSAXS(name="falcon", prefix="X12SA-SITORO:", sim_mode=True)
|
falcon = FalconcSAXS(name="falcon", prefix="X12SA-SITORO:", sim_mode=True)
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user