mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 04:47:14 +02:00
advanced down
This commit is contained in:
@ -107,7 +107,7 @@ TEST_CASE("single EIGER detector no receiver basic set and get",
|
||||
d.setOnline(true);
|
||||
CHECK(d.getOnlineFlag() == true);
|
||||
|
||||
CHECK(d.getReceiverOnline() == false);
|
||||
CHECK(d.getReceiverOnlineFlag() == false);
|
||||
CHECK(d.checkDetectorVersionCompatibility() == slsDetectorDefs::OK);
|
||||
|
||||
// Setting and reading exposure time
|
||||
|
Reference in New Issue
Block a user