Keysight VISA.NET Help
GetAttributeInt64 Method (IKeysightInternalResourceManager)



The specified attribute ID.
Retrieve the 64-bit integer value of the specified attribute from the underlying VISA C implementation.
Syntax
'Declaration
 
Function GetAttributeInt64( _
   ByVal attribute As Integer _
) As Long
'Usage
 
Dim instance As IKeysightInternalResourceManager
Dim attribute As Integer
Dim value As Long
 
value = instance.GetAttributeInt64(attribute)
long GetAttributeInt64( 
   int attribute
)
int64 GetAttributeInt64( 
   int attribute
) 

Parameters

attribute
The specified attribute ID.

Return Value

The value of the attribute.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025