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