Keysight VISA.NET Help
SetAttributeBoolean Method (IKeysightNativeVisaSession)



A constant that identifies a Boolean attribute (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.
The new value of the attribute.
Sets the value of the specified Boolean attribute in the native C implementation. (Keysight Specific)
Syntax
'Declaration
 
Sub SetAttributeBoolean( _
   ByVal attribute As KeysightAttributeBoolean, _
   ByVal value As Boolean _
) 
'Usage
 
Dim instance As IKeysightNativeVisaSession
Dim attribute As KeysightAttributeBoolean
Dim value As Boolean
 
instance.SetAttributeBoolean(attribute, value)
void SetAttributeBoolean( 
   KeysightAttributeBoolean attribute,
   bool value
)
void SetAttributeBoolean( 
   KeysightAttributeBoolean attribute,
   bool value
) 

Parameters

attribute
A constant that identifies a Boolean 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