Keysight VISA.NET Help
GetAttributeString Method (IKeysightNativeVisaSession)



A constant that identifies one of the attributes (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.
Retrieves the value of the specified string attribute from the native C implementation. (Keysight Specific)
Syntax
'Declaration
 
Function GetAttributeString( _
   ByVal attribute As KeysightAttributeString _
) As String
'Usage
 
Dim instance As IKeysightNativeVisaSession
Dim attribute As KeysightAttributeString
Dim value As String
 
value = instance.GetAttributeString(attribute)
string GetAttributeString( 
   KeysightAttributeString attribute
)
String^ GetAttributeString( 
   KeysightAttributeString attribute
) 

Parameters

attribute
A constant that identifies one of the attributes (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.

Return Value

The value of the attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025