mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
Dev: udpated help on multi module and multi command help (#1119)
* udpated help on multi module and multi command help * fixed issues with empty lines and other syntax with docuemntation * fixed some warningsin documentation * some changes to documentation about command line usage * minor
This commit is contained in:
@ -15276,7 +15276,7 @@ std::string Caller::txdelay(int action) {
|
||||
[Eiger][Jungfrau][Moench][Mythen3] Set transmission delay for all modules in the detector using the step size provided.Sets up
|
||||
[Eiger] txdelay_left to (2 * mod_index * n_delay),
|
||||
[Eiger] txdelay_right to ((2 * mod_index + 1) * n_delay) and
|
||||
[Eiger] txdelay_frame to (2 *num_modules * n_delay)
|
||||
[Eiger] txdelay_frame to (2 * num_modules * n_delay)
|
||||
[Jungfrau][Moench][Mythen3] txdelay_frame to (num_modules * n_delay) for every module. )V0G0N"
|
||||
<< std::endl;
|
||||
return os.str();
|
||||
|
Reference in New Issue
Block a user