Keysight VISA.NET Help
SetAttributeByte Method (IKeysightNativeVisaSession)



A constant that identifies an unsigned byte attribute (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.
The new value of the attribute.
Sets the value of the specified unsigned byte attribute in the native C implementation. (Keysight Specific)
Syntax
'Declaration
 
Sub SetAttributeByte( _
   ByVal attribute As KeysightAttributeByte, _
   ByVal value As Byte _
) 
'Usage
 
Dim instance As IKeysightNativeVisaSession
Dim attribute As KeysightAttributeByte
Dim value As Byte
 
instance.SetAttributeByte(attribute, value)
void SetAttributeByte( 
   KeysightAttributeByte attribute,
   byte value
)
void SetAttributeByte( 
   KeysightAttributeByte attribute,
   byte value
) 

Parameters

attribute
A constant that identifies an unsigned byte attribute (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.
value
The new value of the attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025