* g2 changing clkdivs 2 3 4 to defaults for burst and cw mode
This commit is contained in:
Dhanya Thattil
2022-09-05 17:00:01 +02:00
committed by GitHub
parent 76c18f3303
commit 1425382dbb
9 changed files with 64 additions and 4 deletions

View File

@ -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] */