Keysight VISA.NET Help
GetAttributeInt64(Int32) Method



A constant that identifies a VISA standard or vendor-defined attribute. The type of the attribute must be 64-bit integer.
Retrieves the value of the specified attribute from the native C implementation.
Syntax
'Declaration
 
Public Overloads Function GetAttributeInt64( _
   ByVal attribute 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 attribute
)
public:
int64 GetAttributeInt64( 
   int attribute
) 

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.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025