cherab.imas.ids.bolometer.utility.GeometryTypeΒΆ
- class cherab.imas.ids.bolometer.utility.GeometryType(*values)SourceΒΆ
Bases:
EnumEnum for geometry type.
The geometry type of the bolometer foil or slit.
- OUTLINEΒΆ
The geometry is defined by an outline.
- CIRCULARΒΆ
The geometry is circular.
- RECTANGLEΒΆ
The geometry is rectangular.
Methods
from_value(value)Get the geometry type from a value.
__getitem__(name)Return the member matching
name.Attributes
- classmethod from_value(value: int) SelfSourceΒΆ
Get the geometry type from a value.
- Parameters:
- Returns:
GeometryTypeβ The correspondingGeometryTypeenum member.