cherab.imas.ids.common.species.SpeciesDataΒΆ
- class cherab.imas.ids.common.species.SpeciesData(z_min: int, z_max: int, element: ~cherab.core.atomic.elements.Element | None = None, elements: tuple[~cherab.core.atomic.elements.Element, ...] = <factory>, species_type: ~cherab.imas.ids.common.species.SpeciesType | None = None, electron_configuration: str | None = None, vibrational_mode: str | None = None, vibrational_level: float | None = None)SourceΒΆ
Bases:
objectDataclass to represent the data of a species in IMAS.
Methods
Attributes
Electron configuration of the species
Element that makes up the species, if it is a single particle
Type of species
Vibrational level of the species, if it is a molecule
Vibrational mode of the species, if it is a molecule
Minimum ionization state of the species
Maximum ionization state of the species
Elements that make up the species, if it is a molecule
-
species_type : SpeciesType | None =
NoneΒΆ Type of species
-
species_type : SpeciesType | None =