ArrayOfAgendaExecute
- Workspace.ArrayOfAgendaExecute(self: pyarts.arts._Workspace, agenda_array_index: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Index]] = self.agenda_array_index, agendas: Union[pyarts.arts.WorkspaceVariable, pyarts.arts.ArrayOfAgenda], verbosity: Optional[Union[pyarts.arts.WorkspaceVariable, pyarts.arts.Verbosity]] = self.verbosity) None
Execute an agenda from an ArrayOfAgenda.
Author(s): Oliver Lemke
- Parameters:
agenda_array_index (Index, optional) – Index of the current agenda in
ArrayOfAgenda. Seeagenda_array_index, defaults toself.agenda_array_index[IN]agendas (ArrayOfAgenda) – Array of agendas. [IN]
verbosity (Verbosity) – ARTS verbosity. See
verbosity, defaults toself.verbosity[IN]