Keysight VISA.NET Help
GetAttributeInt16(NativeVisaAttribute) Method



A VISA C ViInt16 or ViUInt16 attribute ID.
Retrieve the value of the specified attribute from the underlying VISA C implementation.
Syntax
'Declaration
 
Overloads Function GetAttributeInt16( _
   ByVal attribute As NativeVisaAttribute _
) As Short
'Usage
 
Dim instance As INativeVisaSession
Dim attribute As NativeVisaAttribute
Dim value As Short
 
value = instance.GetAttributeInt16(attribute)
short GetAttributeInt16( 
   NativeVisaAttribute attribute
)
short GetAttributeInt16( 
   NativeVisaAttribute attribute
) 

Parameters

attribute
A VISA C ViInt16 or ViUInt16 attribute ID.

Return Value

The value of the specified attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025