Keysight VISA.NET Help
Peek32 Method



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

Parameters

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

Return Value

The 32-bit integer that was read.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025