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: object

Helper dataclass representing the properties of a gap.

__init__(name: str, r: float, z: float, angle: float, value: float)

Methods

__init__(name, r, z, angle, value)

Attributes

r_sep

Major radius of the point on the desired separatrix

z_sep

Height of the point on the desired separatrix

name

r

z

angle

value

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