Keysight VISA.NET Help
GetAttributeInt64(Int32) Method



A VISA C ViInt64 or ViUInt64 attribute ID.
Retrieve the value of the specified attribute from the underlying VISA C implementation.
Syntax
'Declaration
 
Overloads Function GetAttributeInt64( _
   ByVal attribute As Integer _
) As Long
'Usage
 
Dim instance As INativeVisaSession
Dim attribute As Integer
Dim value As Long
 
value = instance.GetAttributeInt64(attribute)
long GetAttributeInt64( 
   int attribute
)
int64 GetAttributeInt64( 
   int attribute
) 

Parameters

attribute
A VISA C ViInt64 or ViUInt64 attribute ID.

Return Value

The value of the specified attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025