| Keysight.Visa Namespace > VxiSession Class : MapAddress Method |
'DeclarationPublic Function MapAddress( _ ByVal space As AddressSpace, _ ByVal offset As Long, _ ByVal size As Long _ ) As IMemoryMap
'UsageDim instance As VxiSession Dim space As AddressSpace Dim offset As Long Dim size As Long Dim value As IMemoryMap value = instance.MapAddress(space, offset, size)
public IMemoryMap MapAddress( AddressSpace space, long offset, long size )
public: IMemoryMap^ MapAddress( AddressSpace space, int64 offset, int64 size )
You can only have one map at a time for a given session. If you need to have multiple maps to a device, you must open one session for each map needed.
The mapBase parameter is the offset address relative to the device's allocated address base for the corresponding address space specified.
Current with Keysight IO Libraries Suite 18