Keysight VISA.NET Help
GetAttributeInt32 Method (IKeysightInternalResourceManager)



The specified attribute ID.
Retrieve the 32-bit integer value of the specified attribute from the underlying VISA C implementation.
Syntax
'Declaration
 
Function GetAttributeInt32( _
   ByVal attribute As Integer _
) As Integer
'Usage
 
Dim instance As IKeysightInternalResourceManager
Dim attribute As Integer
Dim value As Integer
 
value = instance.GetAttributeInt32(attribute)
int GetAttributeInt32( 
   int attribute
)
int GetAttributeInt32( 
   int attribute
) 

Parameters

attribute
The specified attribute ID.

Return Value

The value of the attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025