Keysight VISA.NET Help
Peek64 Method



Specifies the source offset of the value to be read.
Read a 64-bit integer from offset.
Syntax
'Declaration
 
Function Peek64( _
   ByVal offset As Long _
) As Long
'Usage
 
Dim instance As IMemoryMap
Dim offset As Long
Dim value As Long
 
value = instance.Peek64(offset)
long Peek64( 
   long offset
)
int64 Peek64( 
   int64 offset
) 

Parameters

offset
Specifies the source offset of the value to be read.

Return Value

The 64-bit integer that was read.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025