mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 10:30:41 +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
|
// 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) /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user