Keysight VISA.NET Help
GetAttributeInt32(Int32) Method



A VISA C ViInt32 or ViUInt32 attribute ID.
Retrieve the value of the specified attribute from the underlying VISA C implementation.
Syntax
'Declaration
 
Overloads Function GetAttributeInt32( _
   ByVal attribute As Integer _
) As Integer
'Usage
 
Dim instance As INativeVisaSession
Dim attribute As Integer
Dim value As Integer
 
value = instance.GetAttributeInt32(attribute)
int GetAttributeInt32( 
   int attribute
)
int GetAttributeInt32( 
   int attribute
) 

Parameters

attribute
A VISA C ViInt32 or ViUInt32 attribute ID.

Return Value

The value of the specified attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025