Keysight VISA.NET Help
GetAttributeBoolean(Int32) Method



A VISA C ViBoolean attribute ID.
Retrieve the value of the specified attribute from the underlying VISA C implementation.
Syntax
'Declaration
 
Overloads Function GetAttributeBoolean( _
   ByVal attribute As Integer _
) As Boolean
'Usage
 
Dim instance As INativeVisaSession
Dim attribute As Integer
Dim value As Boolean
 
value = instance.GetAttributeBoolean(attribute)
bool GetAttributeBoolean( 
   int attribute
)
bool GetAttributeBoolean( 
   int attribute
) 

Parameters

attribute
A VISA C ViBoolean attribute ID.

Return Value

The value of the specified attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025