mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-01 23:24:56 +01:00
moench has only analog readout
This commit is contained in:
@@ -1947,7 +1947,7 @@ int slsReceiverTCPIPInterface::set_readout_flags() {
|
||||
if (interface->Server_ReceiveArg(ret, mess, &arg, sizeof(arg), true, receiver) == FAIL)
|
||||
return FAIL;
|
||||
|
||||
if (myDetectorType == JUNGFRAU || myDetectorType == GOTTHARD)
|
||||
if (myDetectorType == JUNGFRAU || myDetectorType == GOTTHARD || myDetectorType == MOENCH)
|
||||
functionNotImplemented();
|
||||
|
||||
// base object not null
|
||||
|
||||
Reference in New Issue
Block a user