LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can my program tell if my instrument is connected to a GPIB-ENET/100 device?

I've got a VISA Resource control on the front panel. When my user selects an instrument from the list, I want to know if the selected instrument is connected to a GPIB-ENET/100 or not. How would I do this?
0 Kudos
Message 1 of 2
(2,512 Views)
Use a VISA property node and read the string returned from the Interface Information -> Interface Description for that VISA Resource. If the device is connected to the ENET/100 it should return the stirng "GPIB0 (GPIB-ENET/100)" or something similar to that.

-Josh
Message 2 of 2
(2,512 Views)