Keysight VISA.NET Help
MemoryAllocate(Int64,Boolean) Method



The size of the allocated memory in bytes.
The entire allocated region must be in the 32-bit address range.
Allocate memory from the device’s memory region.
Syntax
'Declaration
 
Overloads Function MemoryAllocate( _
   ByVal size As Long, _
   ByVal require32BitRegion As Boolean _
) As Long
'Usage
 
Dim instance As IPxiMemorySession
Dim size As Long
Dim require32BitRegion As Boolean
Dim value As Long
 
value = instance.MemoryAllocate(size, require32BitRegion)
long MemoryAllocate( 
   long size,
   bool require32BitRegion
)
int64 MemoryAllocate( 
   int64 size,
   bool require32BitRegion
) 

Parameters

size
The size of the allocated memory in bytes.
require32BitRegion
The entire allocated region must be in the 32-bit address range.

Return Value

The offset of the allocated device memory.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025