mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
jf: timing info decoder (#987)
* timing_info_decoder command with options swissfel (default) and shine. added to python, command line generation, autocomplete, tostring, tests.
This commit is contained in:
@ -2910,6 +2910,18 @@ class Detector(CppDetectorApi):
|
||||
def pedestalmode(self, value):
|
||||
ut.set_using_dict(self.setPedestalMode, value)
|
||||
|
||||
@property
|
||||
@element
|
||||
def timing_info_decoder(self):
|
||||
"""[Jungfrau] [Jungfrau] Advanced Command and only for SWISSFEL and SHINE. Sets the bunch id or timing info decoder. Default is SWISSFEL.
|
||||
Enum: timingInfoDecoder
|
||||
"""
|
||||
return self.getTimingInfoDecoder()
|
||||
|
||||
@timing_info_decoder.setter
|
||||
def timing_info_decoder(self, value):
|
||||
ut.set_using_dict(self.setTimingInfoDecoder, value)
|
||||
|
||||
@property
|
||||
@element
|
||||
def collectionmode(self):
|
||||
|
Reference in New Issue
Block a user