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.
1 parent f80ddff commit f560220Copy full SHA for f560220
src/main/matlab/+symphonyui/+builtin/+daqs/NiDaqController.m
@@ -8,9 +8,7 @@
8
NET.addAssembly(which('NIDAQInterface.dll'));
9
catch x
10
if strcmp(x.identifier, 'MATLAB:NET:CLRException:AddAssembly')
11
- error(['Unable to load National Instruments assembly. Are you sure you have the NI-DAQmx drivers ' ...
12
- 'installed? Make sure you select "Custom" install during the NI-DAQmx setup process and ' ...
13
- 'choose to install ".NET Framework 4.5 Languages Support" in addition to the drivers.']);
+ error('Unable to load National Instruments assembly. Are you sure you have the NI-DAQmx drivers installed?');
14
end
15
rethrow(x);
16
0 commit comments