setup_1

The setup_1 commands module.

These commands are used in the following models: SMU2601B, SMU2602B, SMU2604B, SMU2606B, SMU2611B, SMU2612B, SMU2614B, SMU2634B, SMU2635B, SMU2636B, SMU2651A, SMU2657A

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_: int) -> None

Run the setup.save() function.

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

    An integer or string specifying where to save the user setup.

Raises: