mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +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:
@ -1209,6 +1209,16 @@ polarity:
|
||||
function: setPolarity
|
||||
input_types: [ defs::polarity ]
|
||||
|
||||
timing_info_decoder:
|
||||
help: "[swissfel|shine]\n\t[Jungfrau] Advanced Command and only for Swissfel and Shine. Sets the bunch id or timing info decoder. Default is swissfel."
|
||||
inherit_actions: INTEGER_COMMAND_VEC_ID
|
||||
actions:
|
||||
GET:
|
||||
function: getTimingInfoDecoder
|
||||
PUT:
|
||||
function: setTimingInfoDecoder
|
||||
input_types: [ defs::timingInfoDecoder ]
|
||||
|
||||
collectionmode:
|
||||
help: "[hole|electron]\n\t[Jungfrau] Sets collection mode to hole or electron. Default is hole."
|
||||
inherit_actions: INTEGER_COMMAND_VEC_ID
|
||||
|
Reference in New Issue
Block a user