LineShapeVariableOld
- class pyarts.arts.LineShapeVariableOld(*args, **kwargs)
Group name: “LineShapeVariableOld”
The old type of line shape variables property.
Valid options:
"G0"
: Pressure broadening speed-independent"D0"
: Pressure f-shifting speed-dependent"G2"
: Pressure broadening speed-dependent"D2"
: Pressure f-shifting speed-independent"FVC"
: Frequency of velocity-changing collisions"ETA"
: Correlation"Y"
: First order line mixing coefficient"G"
: Second order line mixing coefficient"DV"
: Second order line mixing f-shifting
Overview
Method
Read variable from file
Method
Saves variable to file
Static Method
Create variable from file
Static Method
Get a list of all options
Static Method
Get a list of all options as strings
Static Data
pyarts.arts.LineShapeVariableOld.D0
“D0” -
LineShapeVariableOld
Static Data
pyarts.arts.LineShapeVariableOld.D2
“D2” -
LineShapeVariableOld
Static Data
pyarts.arts.LineShapeVariableOld.DV
“DV” -
LineShapeVariableOld
Static Data
pyarts.arts.LineShapeVariableOld.ETA
“ETA” -
LineShapeVariableOld
Static Data
pyarts.arts.LineShapeVariableOld.FVC
“FVC” -
LineShapeVariableOld
Static Data
pyarts.arts.LineShapeVariableOld.G
“G” -
LineShapeVariableOld
Static Data
pyarts.arts.LineShapeVariableOld.G0
“G0” -
LineShapeVariableOld
Static Data
pyarts.arts.LineShapeVariableOld.G2
“G2” -
LineShapeVariableOld
Static Data
pyarts.arts.LineShapeVariableOld.Y
“Y” -
LineShapeVariableOld
Operator
self == other
Operator
self >= other
Operator
self > other
Operator
Allows hashing
Operator
self <= other
Operator
self < other
Operator
self != other
Constructors
- __init__(self) None
- __init__(self, arg: pyarts.arts.LineShapeVariableOld) None
- __init__(self, arg: str, /) 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.LineShapeVariableOld
Create variable from file
- Parameters:
file (str) – A file that can be read
- On Error:
Throws RuntimeError for any failure to read
- get_options() list[pyarts.arts.LineShapeVariableOld]
Get a list of all options
Operators
- __eq__(self, arg: pyarts.arts.LineShapeVariableOld, /) bool
self == other
- __ge__(self, arg: pyarts.arts.LineShapeVariableOld, /) bool
self >= other
- __gt__(self, arg: pyarts.arts.LineShapeVariableOld, /) bool
self > other
- __le__(self, arg: pyarts.arts.LineShapeVariableOld, /) bool
self <= other
- __lt__(self, arg: pyarts.arts.LineShapeVariableOld, /) bool
self < other
- __ne__(self, arg: pyarts.arts.LineShapeVariableOld, /) bool
self != other