updated mythen3 to configure phase, freq, delay left, period left, actual time, measurement time, framesfrom start and othe register mappings

This commit is contained in:
2019-11-06 18:58:22 +01:00
parent 0f9fd5cd73
commit 1797d39216
16 changed files with 493 additions and 147 deletions

View File

@ -4044,8 +4044,8 @@ TEST_CASE("delayl", "[.cmd][.jungfrau][gotthard][ctb]") {
REQUIRE_NOTHROW(multiSlsDetectorClient("delay 0", PUT));
}
}
TEST_CASE("clk", "[.cmd]") {
if(test::type == slsDetectorDefs::GOTTHARD2) {
TEST_CASE("clk", "[.cmd][.gotthard2][.mythen3]") {
if(test::type == slsDetectorDefs::GOTTHARD2 || test::type == slsDetectorDefs::MYTHEN3) {
REQUIRE_THROWS(multiSlsDetectorClient("clkfreq 0 2", PUT)); // cannot get
REQUIRE_THROWS(multiSlsDetectorClient("clkfreq", GET)); // requires clk index
REQUIRE_THROWS(multiSlsDetectorClient("clkfreq 7", GET)); // 7 doesnt exist