Read-only
About IO Configuration

VisaResourceString Property


Description

Returns the valid resource string for the specified interface type.

Use InterfaceTypes Property to read the valid interface types for the PNA.

 VB Syntax

value = IOConfig.VisaResourceString (InterfaceType)

Variable

(Type) - Description

value

(String) variable to store the returned information.

IOConfig

An IOConfiguration object.

InterfaceType

(String) Name of Interface Type

Return Type

String

Default

Not Applicable

Examples

value = IOConfig.VisaResourceString "HISLIP"

'returns: TCPIP0::<compID>::hislip0::INST

C++ Syntax

HRESULT get VisaResourceString(BSTR interfaceType, long visaResourceID, BSTR* resourceString);

Interface

IIOConfiguration


Last Modified:

8-Nov-2013

New topic