memory

The memory commands module.

These commands are used in the following models: SS3706A

THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.

Please report an issue if one is found.

Attributes and Functions
- memory.available()
- memory.used()

Memory

Bases: BaseTSPCmd

The memory command tree.

Properties and methods
  • .available(): The memory.available() function.
  • .used(): The memory.used() function.

available

available() -> str

Run the memory.available() function.

Description
  • This function reads and returns the amount of memory that is available in the instrument overall for storing user scripts and channel patterns and for user-defined DMM configurations.
TSP Syntax
- memory.available()
Returns:
  • str

    The result of the function call.

Raises:

used

used() -> str

Run the memory.used() function.

Description
  • This function reports the amount of memory used in the instrument overall and for user scripts, storing channel patterns, and storing user DMM configurations.
TSP Syntax
- memory.used()
Returns:
  • str

    The result of the function call.

Raises: