Memory.used() - Keithley 3700A Series Reference Manual

System switch/multimeter
Hide thumbs Also See for 3700A Series:
Table of Contents

Advertisement

Section 11: TSP command reference
Example: After recalling a setup
setup.recall(1)
print(memory.available())
Example: Used and available memory
print("Memory used:", memory.used())
print("Memory available: ",
memory.available())
Also see

memory.used()

memory.used()
This function reports the amount of memory used in the instrument overall and for user scripts, storing channel
patterns, and storing user DMM configurations.
Type
TSP-Link accessible
Function
Yes
Usage
memoryUsed = memory.used()
memoryUsed
Details
Use this function to view the used memory in the overall instrument, as well as the memory used for
storing user scripts, channel patterns, and user DMM configurations.
The response to this function is a single string that shows the overall instrument memory used, as
well as the script memory used, channel pattern memory used, and DMM configuration memory used
as comma-delimited percentages.
11-294
(on page 11-294)
Affected by
A comma-delimited string with percentages for used memory; the format is
systemMemory, scriptMemory, patternMemory,
configurationMemory, where:
systemMemory: The percentage of memory used in the instrument
scriptMemory: The percentage of memory used in the instrument to
store user scripts
patternMemory: The percentage of memory used in the instrument to
store channel patterns
configurationMemory: The percentage of memory used to store
DMM configurations
Series 3700A System Switch/Multimeter Reference Manual
Reads and returns the amount of memory available
in the instrument after a setup is recalled.
Output:
11.13, 92.84, 0.16, 97.03
Reads and returns the amount memory used and
memory available percentages.
Output:
Memory used: 69.14, 0.16, 12.74,
Memory available: 30.86, 99.84, 87.26,
98.96
Where saved
3700AS-901-01 Rev. D/June 2018
1.04
Default value

Advertisement

Table of Contents
loading

Table of Contents