Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions process/data_structure/pfcoil_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"""F-value for `constraint equation 51`"""


i_pf_location: list[float] = None
i_pf_location: list[int] = None
"""Switch for location of PF coil group i:
- =1 PF coil on top of central solenoid (flux ramp only)
- =2 PF coil on top of TF coil (flux ramp only)
Expand Down Expand Up @@ -279,8 +279,7 @@
"""number of PF circuits (including central solenoid and plasma)"""


n_pf_coils_in_group: list[float] = None

n_pf_coils_in_group: list[int] = None
"""number of PF coils in group j"""


Expand Down