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