cherab.imas.ids.bolometer.utility.CameraTypeΒΆ
- class cherab.imas.ids.bolometer.utility.CameraType(*values)SourceΒΆ
Bases:
EnumEnum for camera type.
The type of the bolometer camera.
- PINHOLEΒΆ
The camera is a pinhole camera.
- COLLIMATORΒΆ
The camera is a collimator camera.
- OTHERΒΆ
The camera is of other type.
Methods
from_value(value)Get the camera type from a value.
__getitem__(name)Return the member matching
name.Attributes
- classmethod from_value(value: int) SelfSourceΒΆ
Get the camera type from a value.
- Parameters:
- Returns:
CameraTypeβ The correspondingCameraTypeenum member.