Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

finding instruments in visual basic .net

I just installed the .net classes. I then ran the example projects. A new device is created with
device = new Device(0,2,0)
This does not throw an exception even though there are no GPIB devices attached.

So my questions are
1. How can you tell if a particular device is attached, and
2. Is there any equivalent to the NI-288.2 multi-device calls

Thanks.

Chuck Gantz
0 Kudos
Message 1 of 2
(2,777 Views)
Hi Chuck,

This same question was addressed on another discussion forum. The answer is to use the FindListener method.

Ricardo S.
National Instruments
0 Kudos
Message 2 of 2
(2,777 Views)