mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-20 03:10:40 +02:00
fix the command help in the command help generator for Gotthard2 about nextframenumber (#994)
This commit is contained in:
parent
d2bfb91a16
commit
04eed990c7
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -5580,8 +5580,10 @@ nextframenumber:
|
|||||||
store_result_in_t: false
|
store_result_in_t: false
|
||||||
command_name: nextframenumber
|
command_name: nextframenumber
|
||||||
function_alias: nextframenumber
|
function_alias: nextframenumber
|
||||||
help: "[n_value]\n\t[Eiger][Jungfrau][Moench][Ctb][Xilinx Ctb] Next frame number.\
|
help: "[n_value]\n\t[Eiger][Jungfrau][Moench][Ctb][Xilinx Ctb][Gotthard2] Next frame\
|
||||||
\ Stopping acquisition might result in different frame numbers for different modules."
|
\ number. Stopping acquisition might result in different frame numbers for different\
|
||||||
|
\ modules. So, after stopping, next frame number (max + 1) is set for all the\
|
||||||
|
\ modules afterwards."
|
||||||
infer_action: true
|
infer_action: true
|
||||||
template: true
|
template: true
|
||||||
nmod:
|
nmod:
|
||||||
|
@ -7373,7 +7373,7 @@ std::string Caller::nextframenumber(int action) {
|
|||||||
if (action == slsDetectorDefs::HELP_ACTION) {
|
if (action == slsDetectorDefs::HELP_ACTION) {
|
||||||
os << "Command: nextframenumber" << std::endl;
|
os << "Command: nextframenumber" << std::endl;
|
||||||
os << R"V0G0N([n_value]
|
os << R"V0G0N([n_value]
|
||||||
[Eiger][Jungfrau][Moench][Ctb][Xilinx Ctb] Next frame number. Stopping acquisition might result in different frame numbers for different modules. )V0G0N"
|
[Eiger][Jungfrau][Moench][Ctb][Xilinx Ctb][Gotthard2] Next frame number. Stopping acquisition might result in different frame numbers for different modules. So, after stopping, next frame number (max + 1) is set for all the modules afterwards. )V0G0N"
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
return os.str();
|
return os.str();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user