06-18-2017 12:07 PM
I have multiple NI devices installed on my system and I would like to get a list of these devices, how can I get the list of these devices with C#?
Solved! Go to Solution.
06-18-2017 02:26 PM
ah - I found it,
string[] devices = DaqSystem.Local.Devices;