verbositySet

Workspace.verbositySet(self: pyarts.arts._Workspace, verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity, agenda: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index], screen: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index], file: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index]) None

Sets the verbosity levels.

Sets the reporting level for agenda calls, screen and file. All reporting levels can reach from 0 (only error messages) to 3 (everything). The agenda setting applies in addition to both screen and file output.

Author(s): Oliver Lemke

Parameters:
  • verbosity (Verbosity, optional) – ARTS verbosity. See verbosity, defaults to self.verbosity [INOUT]

  • agenda (Index) – Agenda verbosity level. [IN]

  • screen (Index) – Screen verbosity level. [IN]

  • file (Index) – Report file verbosity level. [IN]