Timer
- class pyarts.arts.Timer
Represents a clock
Workspace methods that can generate Timer
Workspace methods that require Timer
Workspace variables of type Timer
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.Timer) -> None
Empty timer
__init__(self: pyarts.arts.Timer, val: pyarts.arts.Timer) -> None
Copy instance
__init__(self: pyarts.arts.Timer, wsv: pyarts.arts.WorkspaceVariable) -> None
Automatic conversion from a workspace variable
Methods
__init__(*args, **kwargs)Overloaded function.
fromxml(file)Create
Timerfrom filereadxml(self, file)Read
Timerfrom filesavexml(self, file[, type, clobber])Saves
Timerto fileAttributes