os

The os 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
- os.time()

Os

Bases: BaseTSPCmd

The os command tree.

Properties and methods
  • .time(): The os.time() function.

time

time(timespec: str | None = None) -> str

Run the os.time() function.

Description
  • This function generates a time value in UTC time.
TSP Syntax
- os.time()
Parameters:
  • timespec (optional, default: None ) –

    The date and time (year, month, day, hour, and minute).

Returns:
  • str

    The result of the function call.

Raises: