Keysight VISA.NET Help
SetAttributeByte(Int32,Byte) Method



A VISA C ViByte attribute ID.
The value to which the attribute will be set.
Set the value of the specified attribute in the underlying VISA C implementation.
Syntax
'Declaration
 
Overloads Sub SetAttributeByte( _
   ByVal attribute As Integer, _
   ByVal value As Byte _
) 
'Usage
 
Dim instance As INativeVisaSession
Dim attribute As Integer
Dim value As Byte
 
instance.SetAttributeByte(attribute, value)
void SetAttributeByte( 
   int attribute,
   byte value
)
void SetAttributeByte( 
   int attribute,
   byte value
) 

Parameters

attribute
A VISA C ViByte 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