Keysight VISA.NET Help
Parse(String) Method



The VISA resource name.The VISA resource name.
Parse the specified resourceName to get extended interface information.Parse the specified resourceName to get extended interface information.
Syntax
'Declaration
 
Public Shared Function Parse( _
   ByVal resourceName As String _
) As ParseResult
'Usage
 
Dim resourceName As String
Dim value As ParseResult
 
value = GlobalResourceManager.Parse(resourceName)
public static ParseResult Parse( 
   string resourceName
)
public:
static ParseResult^ Parse( 
   String^ resourceName
) 

Parameters

resourceName
The VISA resource name.The VISA resource name.

Return Value

The detailed information derived by parsing the specified resourceName.The detailed information derived by parsing the specified resourceName.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025