[Register-Based] Keysight VISA.NET does not support this
method.
'Declaration
Public Function MemoryAllocate( _
ByVal 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
)
public:
int64 MemoryAllocate(
int64
)
Parameters
- size
- The size of the allocated memory in bytes
Return Value
The offset of the allocated device memory.
Current with Keysight IO Libraries Suite 18