ArrayOfAgenda
- class pyarts.arts.ArrayOfAgenda
A list of
Agenda
These arrays are partial to contain inter-item logic, please be cautious using them
Workspace methods that can generate ArrayOfAgenda
ArrayOfAgendaAppend()
Workspace methods that require ArrayOfAgenda
Workspace variables of type ArrayOfAgenda
- __init__(*args, **kwargs)
Overloaded function.
__init__(self: pyarts.arts.ArrayOfAgenda) -> None
Create empty
__init__(self: pyarts.arts.ArrayOfAgenda, val: pyarts.arts.ArrayOfAgenda) -> None
Copy instance
__init__(self: pyarts.arts.ArrayOfAgenda, wsv: pyarts.arts.WorkspaceVariable) -> None
Automatic conversion from a workspace variable
__init__(self: pyarts.arts.ArrayOfAgenda, arg0: List[pyarts.arts.Agenda]) -> None
Create from
list
Methods
__init__
(*args, **kwargs)Overloaded function.
append
(self, arg0)Appends a
Agenda
at the end of the arraycheck
(self, arg0)Checks if the agenda works
fromxml
(file)Create
ArrayOfAgenda
from filepop
(self)Pops and returns the last item
readxml
(self, file)Read
ArrayOfAgenda
from filesavexml
(self, file[, type, clobber])Saves
ArrayOfAgenda
to fileAttributes
String
Name of the array of agenda