mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
@ -2045,11 +2045,13 @@ class Detector(CppDetectorApi):
|
||||
@element
|
||||
def parallel(self):
|
||||
"""
|
||||
[Eiger][Mythen3] Enable or disable the parallel readout mode of detector.
|
||||
[Eiger][Mythen3][Gotthard2] Enable or disable the parallel readout mode of detector.
|
||||
|
||||
Note
|
||||
----
|
||||
[Mythen3] If exposure time is too short, acquisition will return with an ERROR and take fewer frames than expected.
|
||||
[Mythen3][Eiger] Default: Non parallel
|
||||
[Gotthard2] Default: parallel. Non parallel mode works only in continuous mode.
|
||||
"""
|
||||
return self.getParallelMode()
|
||||
|
||||
|
Reference in New Issue
Block a user