Keysight VISA.NET Help
GetAttributeByte(NativeVisaAttribute) Method



A constant that identifies a VISA standard attribute. The type of the attribute must be unsigned byte.
Retrieves the value of the specified attribute from the native C implementation.
Syntax
'Declaration
 
Public Overloads Function GetAttributeByte( _
   ByVal attribute As NativeVisaAttribute _
) As Byte
'Usage
 
Dim instance As KeysightVisaEventArgs
Dim attribute As NativeVisaAttribute
Dim value As Byte
 
value = instance.GetAttributeByte(attribute)
public byte GetAttributeByte( 
   NativeVisaAttribute attribute
)
public:
byte GetAttributeByte( 
   NativeVisaAttribute attribute
) 

Parameters

attribute
A constant that identifies a VISA standard attribute. The type of the attribute must be unsigned byte.

Return Value

The value of the attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025