TestArrayOfAgenda
- Workspace.TestArrayOfAgenda(self: pyarts.arts._Workspace, test_agenda_array: pyarts.arts.WorkspaceVariable | pyarts.arts.ArrayOfAgenda | None = self.test_agenda_array, index: pyarts.arts.WorkspaceVariable | pyarts.arts.Index | None = 0, verbosity: pyarts.arts.WorkspaceVariable | pyarts.arts.Verbosity | None = self.verbosity) None
A method that is used for the TestArrayOfAgenda test case.
Author(s): Oliver Lemke
- Parameters:
test_agenda_array (ArrayOfAgenda, optional) – Agenda array for TestArrayOfAgenda test case. See
test_agenda_array
, defaults toself.test_agenda_array
[IN]index (Index, optional) – Index of agenda in array to execute. Defaults to
0
[IN]verbosity (Verbosity) – ARTS verbosity. See
verbosity
, defaults toself.verbosity
[IN]