mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-06 18:10:40 +02:00
g2:fix for period in trigger cont
This commit is contained in:
parent
0f65633ea3
commit
d96352f2ae
@ -994,7 +994,7 @@ int64_t getPeriod() {
|
||||
// trigger
|
||||
if (getTiming() == TRIGGER_EXPOSURE) {
|
||||
// #frames limited in cont trigger mode
|
||||
return periodReg;
|
||||
return periodReg / (1E-9 * systemFrequency);
|
||||
}
|
||||
// auto
|
||||
return get64BitReg(SET_PERIOD_LSB_REG, SET_PERIOD_MSB_REG) /
|
||||
|
Loading…
x
Reference in New Issue
Block a user