Keysight VISA.NET Help
GetAttributeInt16(Int32) 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 Integer _
) As Short
'Usage
 
Dim instance As INativeVisaSession
Dim attribute As Integer
Dim value As Short
 
value = instance.GetAttributeInt16(attribute)
short GetAttributeInt16( 
   int attribute
)
short GetAttributeInt16( 
   int 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