Keysight VISA.NET Help
SetAttributeInt32 Method (IKeysightInternalResourceManager)



The specified attribute ID.
The value to which the attribute will be set.
Set the 32-bit integer value of the specified attribute in the underlying VISA C implementation.
Syntax
'Declaration
 
Sub SetAttributeInt32( _
   ByVal attribute As Integer, _
   ByVal value As Integer _
) 
'Usage
 
Dim instance As IKeysightInternalResourceManager
Dim attribute As Integer
Dim value As Integer
 
instance.SetAttributeInt32(attribute, value)
void SetAttributeInt32( 
   int attribute,
   int value
)
void SetAttributeInt32( 
   int attribute,
   int value
) 

Parameters

attribute
The specified attribute ID.
value
The value to which the attribute will be set.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025