Keysight VISA.NET Help
Poke64 Method



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

Parameters

offset
Specifies the destination offset to which the value is written.
value
The 64-bit integer that is written.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025