Keysight VISA.NET Help
SetAttributeInt32 Method (IKeysightNativeVisaSession)



A constant that identifies an unsigned 32-bit integer attribute (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.
The new value of the attribute. Note that when calling to the underlying VISA implementation, negative values will be converted to unsigned positive values.
Sets the value of the specified unsigned 32-bit integer attribute in the native C implementation. (Keysight Specific)
Syntax
'Declaration
 
Sub SetAttributeInt32( _
   ByVal attribute As KeysightAttributeInt32, _
   ByVal value As Integer _
) 
'Usage
 
Dim instance As IKeysightNativeVisaSession
Dim attribute As KeysightAttributeInt32
Dim value As Integer
 
instance.SetAttributeInt32(attribute, value)
void SetAttributeInt32( 
   KeysightAttributeInt32 attribute,
   int value
)
void SetAttributeInt32( 
   KeysightAttributeInt32 attribute,
   int value
) 

Parameters

attribute
A constant that identifies an unsigned 32-bit integer attribute (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.
value
The new value of the attribute. Note that when calling to the underlying VISA implementation, negative values will be converted to unsigned positive values.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025