Model 2657A High Power System SourceMeter® Instrument Reference Manual Section 7: TSP command reference
2657A-901-01 Rev. B/December 2012 7-143
meminfo()
This function returns the present amount of available memory and the total amount of memory in the instrument.
Type TSP-Link accessible Affected by Where saved Default value
Function No
Usage
freeMem, totalMem = meminfo()
freeMem
The amount of free dynamically allocated memory available
totalMem
The total amount of dynamically allocated memory in the instrument
Details
This function returns two values:
• The amount of free dynamically allocated memory available in kilobytes
• The total amount of dynamically allocated memory on the instrument in kilobytes
The difference between the two values is the amount presently used.
Also see
None