In creating a Labview G driver that uses the new visa open, the resource string has been replaced with a session id.
In some cases though it is important to understand if the connection is a gpib, serial, USB, tcip instrument or a tcip socket as the device has functions such as the READ STROBE that are and are not present over all interfaces.
With the old visa open, you could test the resourse string and determine how the connection was made for example ASR indicated a serial port was in use and SOCKET provide the key to TCIP over a socket So the Labview G driver knows certain functions are not avaialble. Now with properties and the new open, how do you do determine the connection type with 100 % certainity?