Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Can DAQmx Task be reused with different channels?

Hi, 

I created a daqTask as follow:

daqTask = new NationalInstruments.DAQmx.Task();

 

daqTask.AIChannels.CreateVoltageChannel(…)

 

When the application is running, is it possible to remove the existing channel and add a new one? Or we have to dispose the task and recreate it.

 

Thank you very much

David Phung

0 Kudos
Message 1 of 1
(1,736 Views)