mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 18:17:59 +02:00
Jf: Electron collection mode (#983)
* electron collection mode for jungfrau. also removing the config chip when using register command * collectionMode: HOLE/ELECTRON (enum)
This commit is contained in:
@ -1209,6 +1209,16 @@ polarity:
|
||||
function: setPolarity
|
||||
input_types: [ defs::polarity ]
|
||||
|
||||
collectionmode:
|
||||
help: "[hole|electron]\n\t[Jungfrau] Sets collection mode to hole or electron. Default is hole."
|
||||
inherit_actions: INTEGER_COMMAND_VEC_ID
|
||||
actions:
|
||||
GET:
|
||||
function: getCollectionMode
|
||||
PUT:
|
||||
function: setCollectionMode
|
||||
input_types: [ defs::collectionMode ]
|
||||
|
||||
interpolation:
|
||||
help: "[0, 1]\n\t[Mythen3] Enables or disables interpolation. Default is disabled. Interpolation mode enables all counters and disables vth3. Disabling sets back counter mask and vth3."
|
||||
inherit_actions: INTEGER_COMMAND_VEC_ID
|
||||
|
Reference in New Issue
Block a user