node
¶
The node commands module.
These commands are used in the following models: DMM6500, DMM7510
THIS FILE IS AUTO-GENERATED, IT SHOULD NOT BE MANUALLY MODIFIED.
Please report an issue if one is found.
Attributes and Functions
- node[N].execute()
- node[N].getglobal()
- node[N].setglobal()
NodeItem
¶
Bases: ValidatedDynamicNumberCmd, BaseTSPCmd
The node[N] command tree.
Info
N, the node number of this instrument (1 to 63).
Properties and methods
.execute(): Thenode[N].execute()function..getglobal(): Thenode[N].getglobal()function..setglobal(): Thenode[N].setglobal()function.
execute
¶
execute(script_code: str) -> None
Run the node[N].execute() function.
Description
- This function starts test scripts on a remote TSP-Link node.
TSP Syntax
- node[N].execute()
| Parameters: |
|
|---|
| Raises: |
|
|---|
getglobal
¶
Run the node[N].getglobal() function.
Description
- This function returns the value of a global variable.
TSP Syntax
- node[N].getglobal()
| Parameters: |
|
|---|
| Returns: |
|
|---|
| Raises: |
|
|---|
setglobal
¶
Run the node[N].setglobal() function.
Description
- This function sets the value of a global variable.
TSP Syntax
- node[N].setglobal()
| Parameters: |
|---|
| Raises: |
|
|---|