I'm updating some of my programs to use DAQmx. I need to find the units allocated in each Global channel. The Channel Property Node seems to need a Task as input and not a Channel. I don't want to create a Task as there will be several measurement types in the Task ie Voltage, Thermocouple, PRT's and it's not straightforward building the task when there will be over 100 channels (I've seen the DAQmx Task Example for mixed measurement types).
The only way I've managed to achieve this so far is to create a task for each channel then remove it (see attached picture). This works but it takes too long.
There must be a better way - Any ideas?
Thanks.