![]() |
The Open FUSION Toolkit 1.0.0-beta7
An open-source framework for fusion and plasma science and engineering
|
Container class for ThinCurr XML block.
Public Member Functions | |
| __init__ (self) | |
| Initialize ThinCurr XML block. | |
| add_Icoil (self, icoil) | |
| Add an I-coil to this ThinCurr block. | |
| add_Vcoil (self, vcoil) | |
| Add a V-coil to this ThinCurr block. | |
| build_XML (self, parent_tag) | |
| Build XML structure for ThinCurr block. | |
| set_eta (self, resistivities) | |
| Set resistivity values. | |
Public Attributes | |
| eta = None | |
| list | icoils = [] |
| list | vcoils = [] |
Static Public Attributes | |
| str | name = "thincurr" |
| __init__ | ( | self | ) |
Initialize ThinCurr XML block.
| add_Icoil | ( | self, | |
| icoil ) |
Add an I-coil to this ThinCurr block.
| icoil | ThinCurr_Icoil object |
| add_Vcoil | ( | self, | |
| vcoil ) |
Add a V-coil to this ThinCurr block.
| vcoil | ThinCurr_Vcoil object |
| build_XML | ( | self, | |
| parent_tag ) |
Build XML structure for ThinCurr block.
| parent_tag | ET.Element, parent XML element to attach to |
| set_eta | ( | self, | |
| resistivities ) |
Set resistivity values.
| resistivities | array of float, resistivity values by section |
| eta = None |
| list icoils = [] |
|
static |
| list vcoils = [] |