Verbosity
- class pyarts.arts.Verbosity
Controls the screen, agenda, and file verbosity level (i.e. the level of information printed)
Workspace methods that can generate Verbosity
Workspace methods that require Verbosity
Workspace variables of type Verbosity
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.Verbosity) -> None
Create default
__init__(self: pyarts.arts.Verbosity, val: pyarts.arts.Verbosity) -> None
Copy instance
__init__(self: pyarts.arts.Verbosity, wsv: pyarts.arts.WorkspaceVariable) -> None
Automatic conversion from a workspace variable
__init__(self: pyarts.arts.Verbosity, agenda: int = 0, screen: int = 0, file: int = 0) -> None
Create by names
Methods
__init__(*args, **kwargs)Overloaded function.
fromxml(file)Create
Verbosityfrom filereadxml(self, file)Read
Verbosityfrom filesavexml(self, file[, type, clobber])Saves
Verbosityto fileAttributes
Agenda output level
File output level
Main class flag
Screen output level