mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-17 11:28:41 +01:00
g2:fix for period in trigger cont
This commit is contained in:
@@ -994,7 +994,7 @@ int64_t getPeriod() {
|
|||||||
// trigger
|
// trigger
|
||||||
if (getTiming() == TRIGGER_EXPOSURE) {
|
if (getTiming() == TRIGGER_EXPOSURE) {
|
||||||
// #frames limited in cont trigger mode
|
// #frames limited in cont trigger mode
|
||||||
return periodReg;
|
return periodReg / (1E-9 * systemFrequency);
|
||||||
}
|
}
|
||||||
// auto
|
// auto
|
||||||
return get64BitReg(SET_PERIOD_LSB_REG, SET_PERIOD_MSB_REG) /
|
return get64BitReg(SET_PERIOD_LSB_REG, SET_PERIOD_MSB_REG) /
|
||||||
|
|||||||
Reference in New Issue
Block a user