G2parallel (#514)

* g2: non parallel added
This commit is contained in:
Dhanya Thattil
2022-08-16 09:35:39 +02:00
committed by GitHub
parent 22b9562629
commit 1bc4994be6
11 changed files with 44 additions and 12 deletions

View File

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