mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-05-09 16:32:05 +02:00
changed runclk command to use units and float, TODO: dbit, adcclk, why is everything called StringTo ?
This commit is contained in:
@@ -2157,9 +2157,9 @@ Result<int> Detector::getRUNClock(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::getClockFrequency, pos, defs::RUN_CLOCK);
|
||||
}
|
||||
|
||||
void Detector::setRUNClock(int value_in_MHz, Positions pos) {
|
||||
void Detector::setRUNClock(int value_in_Hz, Positions pos) {
|
||||
pimpl->Parallel(&Module::setClockFrequency, pos, defs::RUN_CLOCK,
|
||||
value_in_MHz);
|
||||
value_in_Hz);
|
||||
}
|
||||
|
||||
Result<int> Detector::getSYNCClock(Positions pos) const {
|
||||
|
||||
Reference in New Issue
Block a user