Keysight VISA.NET Help
Peek16 Method



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

Parameters

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

Return Value

The 16-bit integer that was read.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025