We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a62f616 + cd1f2ee commit f55f92cCopy full SHA for f55f92c
1 file changed
Source/NIDAQComponents.cpp
@@ -418,14 +418,19 @@ void NIDAQmx::run()
418
switch (ai[i]->getSourceType()) {
419
case SOURCE_TYPE::RSE:
420
termConfig = DAQmx_Val_RSE;
421
+ break;
422
case SOURCE_TYPE::NRSE:
423
termConfig = DAQmx_Val_NRSE;
424
425
case SOURCE_TYPE::DIFF:
426
termConfig = DAQmx_Val_Diff;
427
428
case SOURCE_TYPE::PSEUDO_DIFF:
429
termConfig = DAQmx_Val_PseudoDiff;
430
431
default:
432
termConfig = DAQmx_Val_Cfg_Default;
433
434
}
435
436
SettingsRange voltageRange = device->voltageRanges[voltageRangeIndex];
0 commit comments