Keysight VISA.NET Help
SetAttributeInt16 Method (IKeysightNativeVisaSession)



A constant that identifies an unsigned 16-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 16-bit integer attribute in the native C implementation. (Keysight Specific)
Syntax
'Declaration
 
Sub SetAttributeInt16( _
   ByVal attribute As KeysightAttributeInt16, _
   ByVal value As Short _
) 
'Usage
 
Dim instance As IKeysightNativeVisaSession
Dim attribute As KeysightAttributeInt16
Dim value As Short
 
instance.SetAttributeInt16(attribute, value)
void SetAttributeInt16( 
   KeysightAttributeInt16 attribute,
   short value
)
void SetAttributeInt16( 
   KeysightAttributeInt16 attribute,
   short value
) 

Parameters

attribute
A constant that identifies an unsigned 16-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