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

Workspace methods that require ArrayOfAgenda

Workspace variables of type ArrayOfAgenda

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: pyarts.arts.ArrayOfAgenda) -> None

Create empty

  1. __init__(self: pyarts.arts.ArrayOfAgenda, val: pyarts.arts.ArrayOfAgenda) -> None

Copy instance

  1. __init__(self: pyarts.arts.ArrayOfAgenda, wsv: pyarts.arts.WorkspaceVariable) -> None

Automatic conversion from a workspace variable

  1. __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 array

check(self, arg0)

Checks if the agenda works

fromxml(file)

Create ArrayOfAgenda from file

pop(self)

Pops and returns the last item

readxml(self, file)

Read ArrayOfAgenda from file

savexml(self, file[, type, clobber])

Saves ArrayOfAgenda to file

Attributes

name

String Name of the array of agenda