Agenda
- class pyarts.arts.Agenda
Describes a set of function calls and variable definitions
Workspace methods that can generate Agenda
AgendaAppend()
AgendaSet()
Workspace methods that require Agenda
AgendaAppend()
Workspace variables of type Agenda
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.Agenda, arg0: pyarts.arts._Workspace) -> None
Create empty
__init__(self: pyarts.arts.Agenda, arg0: pyarts.arts._Workspace, arg1: pyarts.arts.Agenda) -> None
Copy with extra argument (to mimic
DelayedAgenda
)__init__(self: pyarts.arts.Agenda, arg0: pyarts.arts._Workspace, arg1: Callable[[pyarts.arts._Workspace], object]) -> None
Parse
DelayedAgenda
__init__(self: pyarts.arts.Agenda, val: pyarts.arts.Agenda) -> None
Copy instance
__init__(self: pyarts.arts.Agenda, wsv: pyarts.arts.WorkspaceVariable) -> None
Automatic conversion from a workspace variable
__init__(self: pyarts.arts.Agenda, arg0: pyarts.arts._Workspace, arg1: os.PathLike) -> None
Parse file
Methods
__init__
(*args, **kwargs)Overloaded function.
add_callback_method
(self, f)Adds a callback method to the Agenda
add_workspace_method
(self, name, *args, **kwargs)Adds a named method to the Agenda
append_agenda_methods
(self, other)Appends the input agenda's methods to this agenda's method list
check
(self, arg0)Checks if the agenda works
execute
(self, arg0)Executes the agenda as if it was the main agenda
fromxml
(file)Create
Agenda
from filehas_same_origin
(self, arg0)Checks if another workspace works with this agenda
readxml
(self, file)Read
Agenda
from filesavexml
(self, file[, type, clobber])Saves
Agenda
to fileSets variable from state
Attributes
bool
Main agenda flagpyarts.arts.ArrayOfMRecord
Methods of the agendapyarts.arts.String
Name of agendapyarts.arts.ArrayOfIndex
Duplicational outputpyarts.arts.ArrayOfIndex
Additional outputReturns an internal workspace - do not use manually