Keysight VISA.NET Help
MemoryFree Method (VxiSession)



The offset of the allocated device memory.
[Register-Based] Keysight VISA.NET does not support this method.
Syntax
'Declaration
 
Public Sub MemoryFree( _
   ByVal offset As Long _
) 
'Usage
 
Dim instance As VxiSession
Dim offset As Long
 
instance.MemoryFree(offset)
public void MemoryFree( 
   long offset
)
public:
void MemoryFree( 
   int64 offset
) 

Parameters

offset
The offset of the allocated device memory.
Remarks
This is a standard method to free previously allocated memory, but it is not supported by Keysight VISA.NET.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025