fix: add User_access to cSAXS falcon and eiger
This commit is contained in:
parent
c614873f8f
commit
e8ec101f53
@ -394,6 +394,11 @@ class Eiger9McSAXS(PSIDetectorBase):
|
|||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# Specify which functions are revealed to the user in BEC client
|
||||||
|
USER_ACCESS = [
|
||||||
|
"describe",
|
||||||
|
]
|
||||||
|
|
||||||
custom_prepare_cls = Eiger9MSetup
|
custom_prepare_cls = Eiger9MSetup
|
||||||
cam = ADCpt(SLSDetectorCam, "cam1:")
|
cam = ADCpt(SLSDetectorCam, "cam1:")
|
||||||
MIN_READOUT = 3e-3
|
MIN_READOUT = 3e-3
|
||||||
|
@ -314,6 +314,11 @@ class FalconcSAXS(PSIDetectorBase):
|
|||||||
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
|
||||||
|
USER_ACCESS = [
|
||||||
|
"describe",
|
||||||
|
]
|
||||||
|
|
||||||
custom_prepare_cls = FalconSetup
|
custom_prepare_cls = FalconSetup
|
||||||
MIN_READOUT = 3e-3
|
MIN_READOUT = 3e-3
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user