Keysight VISA.NET Help
GetAttributeByte Method (IKeysightInternalResourceManager)



The specified attribute ID.
Retrieve the 8-bit integer value of the specified attribute from the underlying VISA C implementation.
Syntax
'Declaration
 
Function GetAttributeByte( _
   ByVal attribute As Integer _
) As Byte
'Usage
 
Dim instance As IKeysightInternalResourceManager
Dim attribute As Integer
Dim value As Byte
 
value = instance.GetAttributeByte(attribute)
byte GetAttributeByte( 
   int attribute
)
byte GetAttributeByte( 
   int attribute
) 

Parameters

attribute
The specified attribute ID.

Return Value

The value of the attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025