From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,306 Views)
Solution
Accepted by topic author rle2

ah - I found it,       

 

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