System SourceMeter® Instrument Reference Manual Section 7:
2600BS-901-01 Rev. B / May 2013 7-147
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
Usage
freeMem, totalMem = meminfo()
The amount of free dynamically allocated memory available
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