Keysight VISA.NET Help
GetAttributeInt32 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 32-bit integer attribute from the native C implementation. (Keysight Specific)
Syntax
'Declaration
 
Function GetAttributeInt32( _
   ByVal attribute As KeysightAttributeInt32 _
) As Integer
'Usage
 
Dim instance As IKeysightNativeVisaSession
Dim attribute As KeysightAttributeInt32
Dim value As Integer
 
value = instance.GetAttributeInt32(attribute)
int GetAttributeInt32( 
   KeysightAttributeInt32 attribute
)
int GetAttributeInt32( 
   KeysightAttributeInt32 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. Note that when calling to the underlying VISA implementation, unsigned values that exceed Int32.MaxValue are converted to negative Int32 values - no overflow is reported.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025