mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 18:10:40 +02:00
change gain mode help from dynamicgain to dynamic (#988)
This commit is contained in:
parent
8144397b2c
commit
6348ccd05b
@ -1142,7 +1142,7 @@ storagecell_start:
|
|||||||
function: setStorageCellStart
|
function: setStorageCellStart
|
||||||
|
|
||||||
gainmode:
|
gainmode:
|
||||||
help: "[dynamicgain|forceswitchg1|forceswitchg2|fixg1|fixg2|fixg0]\n\t[Jungfrau] Gain mode.\n\tCAUTION: Do not use fixg0 without caution, you can damage the detector!!!"
|
help: "[dynamic|forceswitchg1|forceswitchg2|fixg1|fixg2|fixg0]\n\t[Jungfrau] Gain mode.\n\tCAUTION: Do not use fixg0 without caution, you can damage the detector!!!"
|
||||||
inherit_actions: INTEGER_COMMAND_VEC_ID
|
inherit_actions: INTEGER_COMMAND_VEC_ID
|
||||||
actions:
|
actions:
|
||||||
GET:
|
GET:
|
||||||
|
@ -4216,9 +4216,8 @@ gainmode:
|
|||||||
store_result_in_t: false
|
store_result_in_t: false
|
||||||
command_name: gainmode
|
command_name: gainmode
|
||||||
function_alias: gainmode
|
function_alias: gainmode
|
||||||
help: "[dynamicgain|forceswitchg1|forceswitchg2|fixg1|fixg2|fixg0]\n\t[Jungfrau]\
|
help: "[dynamic|forceswitchg1|forceswitchg2|fixg1|fixg2|fixg0]\n\t[Jungfrau] Gain\
|
||||||
\ Gain mode.\n\tCAUTION: Do not use fixg0 without caution, you can damage the\
|
\ mode.\n\tCAUTION: Do not use fixg0 without caution, you can damage the detector!!!"
|
||||||
\ detector!!!"
|
|
||||||
infer_action: true
|
infer_action: true
|
||||||
template: true
|
template: true
|
||||||
gappixels:
|
gappixels:
|
||||||
|
@ -5474,7 +5474,7 @@ std::string Caller::gainmode(int action) {
|
|||||||
// print help
|
// print help
|
||||||
if (action == slsDetectorDefs::HELP_ACTION) {
|
if (action == slsDetectorDefs::HELP_ACTION) {
|
||||||
os << "Command: gainmode" << std::endl;
|
os << "Command: gainmode" << std::endl;
|
||||||
os << R"V0G0N([dynamicgain|forceswitchg1|forceswitchg2|fixg1|fixg2|fixg0]
|
os << R"V0G0N([dynamic|forceswitchg1|forceswitchg2|fixg1|fixg2|fixg0]
|
||||||
[Jungfrau] Gain mode.
|
[Jungfrau] Gain mode.
|
||||||
CAUTION: Do not use fixg0 without caution, you can damage the detector!!! )V0G0N"
|
CAUTION: Do not use fixg0 without caution, you can damage the detector!!! )V0G0N"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user