doit_rte_agendaSet
- Workspace.doit_rte_agendaSet(self: pyarts.arts._Workspace, doit_rte_agenda: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Agenda]] = self.doit_rte_agenda, option: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.String], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Sets
doit_rte_agenda
to a default valueOptions are:
There are currently no options, calling this function is an error.
Author(s): Richard Larsson
- Parameters:
doit_rte_agenda (Agenda, optional) – Radiative transfer calculations in cloudbox. See
doit_rte_agenda
, defaults toself.doit_rte_agenda
[OUT]option (String) – Default agenda option (see description). [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]