11-29-2015 05:29 AM
Hello,
During programming my NI USB-6001 in Visual Studio C# I got error CS0246 The type or namespace name 'AnalogWaveform<double>' could not be found.
I have no error with "AnalogMultiChannelReader" and "Task". I have all NationalInstruments references added and set using directives for NationalInstruments.DAQmx. And when I have "private AnalogWaveform<double> data;" I have mentioned error but when I have "private NationalInstruments.AnalogWaveform<double> data;" I don't have problem. I explain it in my example in attached file.
Can you help me to explain why I have to use "NationalInstruments.AnalogWaveform<double>" when for instance "private AnalogMultiChannelReader analogInReader;" is ok ?
Best regards
Maciej Zemlo
11-30-2015 10:02 AM
try NationalInstruments.AnalogWaveform<double>