mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-20 08:38:00 +02: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