Keysight VISA.NET Help
Peek8 Method



Specifies the source offset of the value to be read.
Read a byte from offset.
Syntax
'Declaration
 
Function Peek8( _
   ByVal offset As Long _
) As Byte
'Usage
 
Dim instance As IMemoryMap
Dim offset As Long
Dim value As Byte
 
value = instance.Peek8(offset)
byte Peek8( 
   long offset
)
byte Peek8( 
   int64 offset
) 

Parameters

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

Return Value

The byte that was read.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025