os
¶
The os 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
- os.remove()
- os.rename()
- os.time()
Os
¶
Bases: BaseTSPCmd
The os command tree.
Properties and methods
.remove(): Theos.remove()function..rename(): Theos.rename()function..time(): Theos.time()function.
remove
¶
Run the os.remove() function.
Description
- This function deletes the file or directory with a given name.
TSP Syntax
- os.remove()
| Parameters: |
|
|---|
| Returns: |
|
|---|
| Raises: |
|
|---|
rename
¶
Run the os.rename() function.
Description
- This function renames an existing file or directory.
TSP Syntax
- os.rename()
| Parameters: |
|---|
| Returns: |
|
|---|
| Raises: |
|
|---|
time
¶
Run the os.time() function.
Description
- This function generates a time value in UTC time.
TSP Syntax
- os.time()
| Parameters: |
|
|---|
| Returns: |
|
|---|
| Raises: |
|
|---|