![]() |
The Open FUSION Toolkit 1.0.0-6f445ef
An open-source framework for fusion and plasma science and engineering
|
I-coil class for defining current-driven coils in OpenFUSIONToolkit.

Public Member Functions | |
| __init__ (self, name, sens_mask=False) | |
| Initialize I-coil. | |
| build_XML (self, parent_tag) | |
| Build XML structure for this I-coil. | |
| __init__ | ( | self, | |
| name, | |||
sens_mask = False |
|||
| ) |
Initialize I-coil.
| name | Name of the coil set |
| sens_mask | Masking flag for coil (if True, coil is masked from sensors) |
Reimplemented from ThinCurr_coil_set.
| build_XML | ( | self, | |
| parent_tag | |||
| ) |
Build XML structure for this I-coil.
| parent_tag | Parent XML element to attach to |