Keysight VISA.NET Help
GetAttributeInt64 Method (IKeysightNativeVisaSession)



A constant that identifies one of the attributes (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.
Retrieves the value of the specified 64-bit integer attribute from the native C implementation. (Keysight Specific)
Syntax
'Declaration
 
Function GetAttributeInt64( _
   ByVal attribute As KeysightAttributeInt64 _
) As Long
'Usage
 
Dim instance As IKeysightNativeVisaSession
Dim attribute As KeysightAttributeInt64
Dim value As Long
 
value = instance.GetAttributeInt64(attribute)
long GetAttributeInt64( 
   KeysightAttributeInt64 attribute
)
int64 GetAttributeInt64( 
   KeysightAttributeInt64 attribute
) 

Parameters

attribute
A constant that identifies one of the attributes (VISA.NET standard or Keysight-specific) supported by Keysight VISA.NET.

Return Value

The value of the attribute. Note that when calling to the underlying VISA implementation, unsigned values that exceed Int64.MaxValue are converted to negative Int64 values - no overflow is reported.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025