Bug #94: Better error message for monitoring output
This commit is contained in:
parent
2b88a9eb52
commit
b3476ba62f
@ -153,7 +153,7 @@ Daq::Daq(const DeviceInfo &devinfo, const DaqConfiguration &config)
|
|||||||
|
|
||||||
if (monitorOutput && !(nenoutchannels() > 0)) {
|
if (monitorOutput && !(nenoutchannels() > 0)) {
|
||||||
throw runtime_error(
|
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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user