setup_1

The setup_1 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
- setup.poweron
- setup.recall()
- setup.save()

Setup

Bases: BaseTSPCmd

The setup command tree.

Properties and methods
  • .poweron: The setup.poweron attribute.
  • .recall(): The setup.recall() function.
  • .save(): The setup.save() function.

poweron property writable

poweron: str

Access the setup.poweron attribute.

Description
  • This attribute specifies which saved setup to recall when the instrument is turned on.
Usage
  • Accessing this property will send the print(setup.poweron) query.
  • Setting this property to a value will send the setup.poweron = value command.
TSP Syntax
- setup.poweron = value
- print(setup.poweron)
Raises:

recall

recall(id_: str) -> None

Run the setup.recall() function.

Description
  • This function recalls settings from a saved setup.
TSP Syntax
- setup.recall()
Parameters:
  • id_ (str) –

    An integer or string that specifies the location of the setup to recall.

Raises:

save

save(id_: str | None = None) -> None

Run the setup.save() function.

Description
  • This function saves the present setup as a user-saved setup.
TSP Syntax
- setup.save()
Parameters:
  • id_ (optional, default: None ) –

    A string that specifies the path and file name to which to save the user setup on a USB flash drive (‘/path/filename’).

Raises: