Keysight VISA.NET Help
SetAttributeBoolean(Int32,Boolean) Method



A VISA C ViBoolean 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 SetAttributeBoolean( _
   ByVal attribute As Integer, _
   ByVal value As Boolean _
) 
'Usage
 
Dim instance As INativeVisaSession
Dim attribute As Integer
Dim value As Boolean
 
instance.SetAttributeBoolean(attribute, value)
void SetAttributeBoolean( 
   int attribute,
   bool value
)
void SetAttributeBoolean( 
   int attribute,
   bool value
) 

Parameters

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