mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 22:07:12 +02:00
txdelay for all modules (#584)
* setting txdelay for all modules for eiger, jungfrau and m3 * added txdelay in python and renamed txndelay_ to txdelay_ * call in parallel
This commit is contained in:
@ -1120,6 +1120,14 @@ void Detector::setTransmissionDelayRight(int value, Positions pos) {
|
||||
pimpl->Parallel(&Module::setTransmissionDelayRight, pos, value);
|
||||
}
|
||||
|
||||
int Detector::getTransmissionDelay() const {
|
||||
return pimpl->getTransmissionDelay();
|
||||
}
|
||||
|
||||
void Detector::setTransmissionDelay(int step) {
|
||||
pimpl->setTransmissionDelay(step);
|
||||
}
|
||||
|
||||
// Receiver
|
||||
|
||||
Result<bool> Detector::getUseReceiverFlag(Positions pos) const {
|
||||
|
Reference in New Issue
Block a user