cherab.imas.ids.common.species.SpeciesTypeΒΆ

class cherab.imas.ids.common.species.SpeciesType(*values)SourceΒΆ

Bases: Enum

Enumeration of species types in IMAS.

Methods

__getitem__(name)

Return the member matching name.

Attributes

ION

Single ion state, with a specific ionization state (z_min == z_max)

ION_BUNDLE

Bundle of ion states, with a range of ionization states (z_min != z_max)

NEUTRAL

Single neutral state

NEUTRAL_BUNDLE

Bundle of neutral states

MOLECULE

Single molecule state

MOLECULAR_BUNDLE

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