ARTS built-in documentation server

Workspace Method AgendaAppend

Description

Append methods to an agenda.

An agenda is used to store a list of methods that are meant to be
executed sequentially.

This method takes the methods given in the body (in the curly braces)
and appends them to the agenda given by the output argument (in the round
braces).

It also uses the agenda lookup data (defined in file agendas.cc) to
check, whether the given methods use the right input WSVs and produce
the right output WSVs.

Authors: Oliver Lemke

Synopsis

AgendaAppend( aout, ain )

Variables

GOUTaout(Agenda)Target agenda.
GINain(Agenda)Source agenda.