Keysight VISA.NET Help
MemoryAllocate Method (VxiSession)



The size of the allocated memory in bytes
[Register-Based] Keysight VISA.NET does not support this method.
Syntax
'Declaration
 
Public Function MemoryAllocate( _
   ByVal size As Long _
) As Long
'Usage
 
Dim instance As VxiSession
Dim size As Long
Dim value As Long
 
value = instance.MemoryAllocate(size)
public long MemoryAllocate( 
   long size
)
public:
int64 MemoryAllocate( 
   int64 size
) 

Parameters

size
The size of the allocated memory in bytes

Return Value

The offset of the allocated device memory.
Remarks
This is a standard method to allocate memory from the device’s memory region, but it is not supported by Keysight VISA.NET.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025