Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Programmatically Determine Available NI DAQ Device with C#

Solved!
Go to solution

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#?

0 Kudos
Message 1 of 2
(3,313 Views)
Solution
Accepted by topic author rle2

ah - I found it,       

 

          string[] devices = DaqSystem.Local.Devices; 
Message 2 of 2
(3,289 Views)