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.

  1. __init__(self: pyarts.arts.Verbosity) -> None

Create default

  1. __init__(self: pyarts.arts.Verbosity, val: pyarts.arts.Verbosity) -> None

Copy instance

  1. __init__(self: pyarts.arts.Verbosity, wsv: pyarts.arts.WorkspaceVariable) -> None

Automatic conversion from a workspace variable

  1. __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 Verbosity from file

readxml(self, file)

Read Verbosity from file

savexml(self, file[, type, clobber])

Saves Verbosity to file

Attributes

agenda

Agenda output level

file

File output level

main

Main class flag

screen

Screen output level