Keysight VISA.NET Help
Poke8 Method



Specifies the destination offset to which the value is written.
The byte that is written.
Write a byte value to offset.
Syntax
'Declaration
 
Sub Poke8( _
   ByVal offset As Long, _
   ByVal value As Byte _
) 
'Usage
 
Dim instance As IMemoryMap
Dim offset As Long
Dim value As Byte
 
instance.Poke8(offset, value)
void Poke8( 
   long offset,
   byte value
)
void Poke8( 
   int64 offset,
   byte value
) 

Parameters

offset
Specifies the destination offset to which the value is written.
value
The byte that is written.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025