Keysight VISA.NET Help
MapAddress Method (IRegisterBasedSession)



Specifies the address space to map.
Offset (in bytes) of the memory space to be mapped.
Amount of memory to map (in bytes).
Map the specified memory space into this process’s address space.
Syntax
'Declaration
 
Function MapAddress( _
   ByVal space As AddressSpace, _
   ByVal offset As Long, _
   ByVal size As Long _
) As IMemoryMap
'Usage
 
Dim instance As IRegisterBasedSession
Dim space As AddressSpace
Dim offset As Long
Dim size As Long
Dim value As IMemoryMap
 
value = instance.MapAddress(space, offset, size)

Parameters

space
Specifies the address space to map.
offset
Offset (in bytes) of the memory space to be mapped.
size
Amount of memory to map (in bytes).

Return Value

A reference to the IMemoryMap interface, which provides the ability to Peek and Poke memory.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025