ArrayOfAgenda
- class pyarts.arts.ArrayOfAgenda
A list of
AgendaThese 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
Agendaat the end of the arraycheck(self, arg0)Checks if the agenda works
fromxml(file)Create
ArrayOfAgendafrom filepop(self)Pops and returns the last item
readxml(self, file)Read
ArrayOfAgendafrom filesavexml(self, file[, type, clobber])Saves
ArrayOfAgendato fileAttributes
StringName of the array of agenda