cherab.imas.ids.common.species.SpeciesTypeΒΆ
- class cherab.imas.ids.common.species.SpeciesType(*values)SourceΒΆ
Bases:
EnumEnumeration of species types in IMAS.
Methods
__getitem__(name)Return the member matching
name.Attributes
Single ion state, with a specific ionization state (z_min == z_max)
Bundle of ion states, with a range of ionization states (z_min != z_max)
Single neutral state
Bundle of neutral states
Single molecule state
Bundle of molecular states
-
ION =
'ion'ΒΆ Single ion state, with a specific ionization state (z_min == z_max)
-
ION_BUNDLE =
'ion_bundle'ΒΆ Bundle of ion states, with a range of ionization states (z_min != z_max)
-
NEUTRAL =
'neutral'ΒΆ Single neutral state
-
NEUTRAL_BUNDLE =
'neutral_bundle'ΒΆ Bundle of neutral states
-
MOLECULE =
'molecule'ΒΆ Single molecule state
-
MOLECULAR_BUNDLE =
'molecular_bundle'ΒΆ Bundle of molecular states
-
ION =