waveform_editor.shape_editor.plasma_shape_calc.Gap¶
- class waveform_editor.shape_editor.plasma_shape_calc.Gap(name: str, r: float, z: float, angle: float, value: float)¶
Bases:
objectHelper dataclass representing the properties of a gap.
Methods
__init__(name, r, z, angle, value)Attributes
Major radius of the point on the desired separatrix
Height of the point on the desired separatrix
namerzanglevalue- property r_sep¶
Major radius of the point on the desired separatrix
- property z_sep¶
Height of the point on the desired separatrix
Last update:
2026-05-21