script
¶
The script commands module.
These commands are used in the following models: DAQ6510, DMM6500, DMM7510, SMU2460, SMU2461, SMU2470
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Attributes and Functions
- script.delete()
- script.load()
Script
¶
Bases: BaseTSPCmd
The script command tree.
Properties and methods
.delete(): Thescript.delete()function..load(): Thescript.load()function.
delete
¶
delete(script_name: str) -> None
Run the script.delete() function.
Description
- This function deletes a script from the runtime memory and nonvolatile memory.
TSP Syntax
- script.delete()
| Parameters: |
|
|---|
| Raises: |
|
|---|
load
¶
Run the script.load() function.
Description
- This function creates a script from a specified file.
TSP Syntax
- script.load()
| Parameters: |
|
|---|
| Returns: |
|
|---|
| Raises: |
|
|---|