Bug #94: Better error message for monitoring output

This commit is contained in:
Anne de Jong 2021-10-17 14:17:06 +02:00
parent 2b88a9eb52
commit b3476ba62f

View File

@ -153,7 +153,7 @@ Daq::Daq(const DeviceInfo &devinfo, const DaqConfiguration &config)
if (monitorOutput && !(nenoutchannels() > 0)) {
throw runtime_error(
"Output monitoring only possible when output is enabled");
"Output monitoring only possible when at least one output channel is enabled. Please make sure to enable at least one output channel");
}
}