mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-30 16:11:19 +01:00
changed speed to readoutspeed, added g2 speeds (108, 144)
This commit is contained in:
@@ -600,6 +600,14 @@ void Module::setTimingMode(timingMode value) {
|
||||
}
|
||||
}
|
||||
|
||||
slsDetectorDefs::speedLevel Module::getReadoutSpeed() const {
|
||||
return sendToDetector<speedLevel>(F_GET_READOUT_SPEED);
|
||||
}
|
||||
|
||||
void Module::setReadoutSpeed(speedLevel value) {
|
||||
sendToDetector<int>(F_SET_READOUT_SPEED, value);
|
||||
}
|
||||
|
||||
int Module::getClockDivider(int clkIndex) const {
|
||||
return sendToDetector<int>(F_GET_CLOCK_DIVIDER, clkIndex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user