mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-04 00:50:42 +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
|
||||
|
||||
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:
|
||||
|
@ -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:
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user