pyarts.workspace.Include¶
-
class
pyarts.workspace.
Include
(agenda)[source]¶ Simple helper class to handle INCLUDE statements in agenda definitions.
-
agenda
¶ The included controlfile or agenda as arts.workspace.agenda.Agenda object.
-
__init__
(agenda)[source]¶ Create include from argument.
- Parameters
agenda (str, Agenda) – Argument to the INCLUDE statement. This can either be a string or an Agenda object.
Methods
__init__
(agenda)Create include from argument.
-