mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-17 07:17:13 +02:00
Cmddacs (#189)
Moved dacs to it's own command for command line. Co-authored-by: Erik Frojdh <erik.frojdh@gmail.com>
This commit is contained in:
@ -1353,6 +1353,10 @@ void Detector::setBurstPeriod(ns value, Positions pos) {
|
||||
pimpl->Parallel(&Module::setBurstPeriod, pos, value.count());
|
||||
}
|
||||
|
||||
Result<int64_t> Detector::getNumberOfBurstsLeft(Positions pos) const {
|
||||
return pimpl->Parallel(&Module::getNumberOfBurstsLeft, pos);
|
||||
}
|
||||
|
||||
Result<std::array<int, 2>> Detector::getInjectChannel(Positions pos) {
|
||||
return pimpl->Parallel(&Module::getInjectChannel, pos);
|
||||
}
|
||||
|
Reference in New Issue
Block a user