Retrieves the value of the specified attribute from the native C implementation.
'Declaration
Public Overloads Function GetAttributeByte( _
ByVal As Integer _
) As Byte
'Usage
Dim instance As KeysightVisaEventArgs
Dim attribute As Integer
Dim value As Byte
value = instance.GetAttributeByte(attribute)
public byte GetAttributeByte(
int
)
public:
byte GetAttributeByte(
int
)
Parameters
- attribute
- A constant that identifies a VISA standard or vendor-defined
attribute. The type of the attribute must be unsigned byte.
Return Value
The value of the attribute.
Current with Keysight IO Libraries Suite 18