mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
filter cell (only chipv1.1)
This commit is contained in:
@ -496,8 +496,7 @@ TEST_CASE("filtercell", "[.cmd]") {
|
||||
if (det_type == defs::JUNGFRAU) {
|
||||
// chip version 1.1
|
||||
if (det.getChipVersion().squash() * 10 == 11) {
|
||||
auto prev_val = det.getFilterCell().tsquash(
|
||||
"inconsistent #additional storage cells to test");
|
||||
auto prev_val = det.getFilterCell();
|
||||
{
|
||||
std::ostringstream oss;
|
||||
proxy.Call("filtercell", {"1"}, -1, PUT, oss);
|
||||
|
Reference in New Issue
Block a user