change gain mode help from dynamicgain to dynamic (#988)

This commit is contained in:
maliakal_d 2024-09-30 17:04:15 +02:00 committed by GitHub
parent 8144397b2c
commit 6348ccd05b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View File

@ -1142,7 +1142,7 @@ storagecell_start:
function: setStorageCellStart
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
actions:
GET:

View File

@ -4216,9 +4216,8 @@ gainmode:
store_result_in_t: false
command_name: gainmode
function_alias: 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!!!"
infer_action: true
template: true
gappixels:

View File

@ -5474,7 +5474,7 @@ std::string Caller::gainmode(int action) {
// print help
if (action == slsDetectorDefs::HELP_ACTION) {
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.
CAUTION: Do not use fixg0 without caution, you can damage the detector!!! )V0G0N"
<< std::endl;