Keysight VISA.NET Help
GetAttributeString(NativeVisaAttribute) Method



A VISA C ViString or ViRsrc attribute ID.
Retrieve the value of the specified attribute from the underlying VISA C implementation.
Syntax
'Declaration
 
Overloads Function GetAttributeString( _
   ByVal attribute As NativeVisaAttribute _
) As String
'Usage
 
Dim instance As INativeVisaSession
Dim attribute As NativeVisaAttribute
Dim value As String
 
value = instance.GetAttributeString(attribute)
string GetAttributeString( 
   NativeVisaAttribute attribute
)
String^ GetAttributeString( 
   NativeVisaAttribute attribute
) 

Parameters

attribute
A VISA C ViString or ViRsrc attribute ID.

Return Value

The value of the specified attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025