Keysight VISA.NET Help
GetAttributeBoolean Method (IKeysightNativeVisaSession)



A constant that identifies one of the attributes (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.
Retrieves the value of the specified Boolean attribute from the native C implementation. (Keysight Specific)
Syntax
'Declaration
 
Function GetAttributeBoolean( _
   ByVal attribute As KeysightAttributeBoolean _
) As Boolean
'Usage
 
Dim instance As IKeysightNativeVisaSession
Dim attribute As KeysightAttributeBoolean
Dim value As Boolean
 
value = instance.GetAttributeBoolean(attribute)
bool GetAttributeBoolean( 
   KeysightAttributeBoolean attribute
)
bool GetAttributeBoolean( 
   KeysightAttributeBoolean attribute
) 

Parameters

attribute
A constant that identifies one of the attributes (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.

Return Value

The value of the attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025