Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

type or namespace name 'AnalogWaveform<double>' could not be found

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

 

0 Kudos
Message 1 of 2
(4,122 Views)

try NationalInstruments.AnalogWaveform<double>

0 Kudos
Message 2 of 2
(4,071 Views)