mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +02:00
fixed problem with dbitpipeline in ctb gui
This commit is contained in:
parent
f123a280bb
commit
014b8cf9a6
@ -872,7 +872,7 @@ void ctbPattern::update() {
|
|||||||
|
|
||||||
eDBitClkPhase->SetNumber(n);
|
eDBitClkPhase->SetNumber(n);
|
||||||
try {
|
try {
|
||||||
myDet->setSpeed(slsDetectorDefs::DBIT_PIPELINE,0,-1);
|
n=myDet->setSpeed(slsDetectorDefs::DBIT_PIPELINE,-1,0);
|
||||||
} catch (...) {
|
} catch (...) {
|
||||||
|
|
||||||
cout << "Do nothing for this error" << endl;
|
cout << "Do nothing for this error" << endl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user