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:
2024-09-30 17:15:22 +02:00
committed by GitHub
parent 7fa5b5d70a
commit 5b832cb6aa
30 changed files with 32158 additions and 21441 deletions

View File

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