mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
change gain mode help from dynamicgain to dynamic (#988)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user