Solution
A
DAQmx System node has a property called
Device Names which indicates the names of all devices installed in the system.
A
DAQmx Device Property Node can be used to determine the product type and I/O Type which we would like to list in a string array. The example code below shows how to filter only the names of the products that have Analog Input channels.
DAQmx System and
DAQmx Device Property Nodes are located in the
DAQmx>>
Advanced>>
DAQmx Constants & Property Nodes Palette. Changing I/O Type in
DAQmx Device Property Node you can choose preferable channel filter.