mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
G2clkdiv (#547)
* g2 changing clkdivs 2 3 4 to defaults for burst and cw mode
This commit is contained in:
@ -1395,7 +1395,7 @@ class Detector {
|
||||
Result<defs::burstMode> getBurstMode(Positions pos = {});
|
||||
|
||||
/** [Gotthard2] BURST_INTERNAL (default), BURST_EXTERNAL,
|
||||
* CONTINUOUS_INTERNAL, CONTINUOUS_EXTERNAL */
|
||||
* CONTINUOUS_INTERNAL, CONTINUOUS_EXTERNAL. Also changes clkdiv 2, 3, 4 */
|
||||
void setBurstMode(defs::burstMode value, Positions pos = {});
|
||||
|
||||
/** [Gotthard2] */
|
||||
|
@ -2190,7 +2190,8 @@ std::string CmdProxy::BurstMode(int action) {
|
||||
os << cmd << ' ';
|
||||
if (action == defs::HELP_ACTION) {
|
||||
os << "[burst_internal or 0, burst_external or 1, cw_internal or 2, "
|
||||
"cw_external or 3]\n\t[Gotthard2] Default is burst_internal type"
|
||||
"cw_external or 3]\n\t[Gotthard2] Default is burst_internal "
|
||||
"type. Also changes clkdiv 2, 3, 4"
|
||||
<< '\n';
|
||||
} else {
|
||||
if (action == defs::GET_ACTION) {
|
||||
|
Reference in New Issue
Block a user