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