VerbosityCreate
- Workspace.VerbosityCreate(self: pyarts.arts._Workspace, name: str, desc: str | None = None, value: pyarts.arts.Verbosity | None = None) None
Create new
Verbosity
on the workspaceIt is recommended that this is only called once per new Workspace variable.
If there is no default value, the variable remains uninitialized
If the variable already exist, an error is thrown only if the group is not
Verbosity
. If the variable does exist, a new value is pushed onto its stack iff value is given. This efficiently puts any current value out of reach for the current Agenda level.