Keysight VISA.NET Help
GetAttributeByte Method (IKeysightNativeVisaSession)



An attribute (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.
Retrieves the value of the specified unsigned byte attribute from the native C implementation. (Keysight Specific)
Syntax
'Declaration
 
Function GetAttributeByte( _
   ByVal attribute As KeysightAttributeByte _
) As Byte
'Usage
 
Dim instance As IKeysightNativeVisaSession
Dim attribute As KeysightAttributeByte
Dim value As Byte
 
value = instance.GetAttributeByte(attribute)
byte GetAttributeByte( 
   KeysightAttributeByte attribute
)
byte GetAttributeByte( 
   KeysightAttributeByte attribute
) 

Parameters

attribute
An attribute (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