Keysight VISA.NET Help
MemoryAllocate(Int64) Method



The size of the allocated memory in bytes.
Allocate memory from the device’s memory region.
Syntax
'Declaration
 
Overloads Function MemoryAllocate( _
   ByVal size As Long _
) As Long
'Usage
 
Dim instance As IPxiMemorySession
Dim size As Long
Dim value As Long
 
value = instance.MemoryAllocate(size)
long MemoryAllocate( 
   long size
)
int64 MemoryAllocate( 
   int64 size
) 

Parameters

size
The size of the allocated memory in bytes.

Return Value

The offset of the allocated device memory.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025