09-05-2016 03:47 AM
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
Solved! Go to Solution.
09-05-2016 04:23 AM - edited 09-05-2016 04:23 AM
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);