LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

DAQmxGetTaskNumChans

Solved!
Go to solution

Hello,

 

the command in the subject is from a older version. Now I searched for the identical command in CVI 2015 but I didn't found it.

 

Does somebody know where I can find it or if there is a list where I can see the updated command in an overview. I startet with CVI 2015 but in the examples are often commands from the older versions and it is difficult to search for all them.

 

Best regards

0 Kudos
Message 1 of 2
(3,389 Views)
Solution
Accepted by Fasching_K

Since this is a task attribute, you can find the correct command digging into the list of available attributes in DAQmxGetTaskAttribute. Specifically, what you need is:

DAQmxGetTaskAttribute (taskHandle, DAQmx_Task_NumChans, &numChannels);

 



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 2
(3,378 Views)