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: Thesetup.poweronattribute..recall(): Thesetup.recall()function..save(): Thesetup.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 = valuecommand.
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: |
|
|---|
| 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: |
|
|---|
| Raises: |
|
|---|