I want to get a list of all physical channels of all devices installed on a system. I want this list to be shown during runtime without creating any task, virtual channel etc. "DAQmx Physical channel constant" gives the list of all physical channels of all devices but as it is a constant so only one physical channel is selected out of complete list at a time after its creation. Because of same constant nature, there are no property nodes for incrementing/decrementing so it cannot be used in a loop to give an array of physical channels.
So if any experienced Labview Developer could guide me to get this list during runtime.