ArrayOfSpeciesTag

class pyarts.arts.ArrayOfSpeciesTag

A list of species tags

These tags include the species and a lot of optional information about the isotopologue, the absorption scheme, and the frequency limits

Workspace methods that can generate ArrayOfSpeciesTag

Workspace methods that require ArrayOfSpeciesTag

Workspace variables of type ArrayOfSpeciesTag

__init__(*args, **kwargs)

Overloaded function.

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

Copy instance

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

Automatic conversion from a workspace variable

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

Empty list

  1. __init__(self: pyarts.arts.ArrayOfSpeciesTag, arg0: str) -> None

From str

  1. __init__(self: pyarts.arts.ArrayOfSpeciesTag, arg0: List[pyarts.arts.SpeciesTag]) -> None

From list

Methods

__init__(*args, **kwargs)

Overloaded function.

append(self, arg0)

Appends a SpeciesTag at the end of the Array

clear(self)

Empty the array of all values

copy(self)

Copy the array

extend(self, arg0)

Extend the array by another array

fromxml(file)

Create ArrayOfSpeciesTag from file

index(self, arg0)

Returns the first index of a value

insert(self, arg0, arg1)

Insert a value into the array

pop(self)

Pops a SpeciesTag from the end of the Array

readxml(self, file)

Read ArrayOfSpeciesTag from file

reverse(self)

Reverse order of array

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

Saves ArrayOfSpeciesTag to file