ArrayOfSpeciesTag
- class pyarts.arts.ArrayOfSpeciesTag(*args, **kwargs)
A list of
SpeciesTag
Overview
Method
Appends a value to the end of the list
Method
Pops an element from the list
Method
Read variable from file
Method
Saves variable to file
Static Method
Create variable from file
Operator
__eq__(self, arg: pyarts.arts.ArrayOfSpeciesTag, /) -> bool
Operator
Return self>=value.
Operator
__getitem__(self, arg: object, /) -> object
Operator
Return self>value.
Operator
Allows hashing
Operator
Return self<=value.
Operator
__len__(self) -> object
Operator
Return self<value.
Operator
__ne__(self, arg: pyarts.arts.ArrayOfSpeciesTag, /) -> bool
Operator
__setitem__(self, arg0: object, arg1: object, /) -> None
Constructors
- __init__(self) None
- __init__(self, arg: pyarts.arts.ArrayOfSpeciesTag) None
- __init__(self, arg: str, /) None
- __init__(self, arg: pyarts.arts._ArrayOfSpeciesTag, /) None
- __init__(self, arg: list, /) None
Methods
- readxml(self, file: str) None
Read variable from file
- Parameters:
file (str) – A file that can be read
- On Error:
Throws RuntimeError for any failure to read
- savexml(self, file: str, type: str = 'ascii', clobber: bool = True) None
Saves variable to file
- Parameters:
- On Error:
Throws RuntimeError for any failure to save
Static Methods
- fromxml(file: str) pyarts.arts.ArrayOfSpeciesTag
Create variable from file
- Parameters:
file (str) – A file that can be read
- On Error:
Throws RuntimeError for any failure to read
Operators
- __eq__(self, arg: pyarts.arts.ArrayOfSpeciesTag, /) bool
- __ge__(value, /)
Return self>=value.
- __gt__(value, /)
Return self>value.
- __le__(value, /)
Return self<=value.
- __lt__(value, /)
Return self<value.
- __ne__(self, arg: pyarts.arts.ArrayOfSpeciesTag, /) bool