|
The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
|
TokaMaker equilibrium reconstruction plasma current constraint.
Public Member Functions | |
| __init__ (self, val=None, err=None) | |
| Create plasma current constraint. | |
| read (self, file) | |
| Read plasma current constraint from file. | |
| write (self, file) | |
| Write plasma current constraint to file. | |
Public Attributes | |
| err | |
| val | |
| __init__ | ( | self, | |
val = None, |
|||
err = None |
|||
| ) |
Create plasma current constraint.
| val | Value of constraint |
| err | Error in constraint |
| read | ( | self, | |
| file | |||
| ) |
Read plasma current constraint from file.
| file | Open file object containing constraint, must be positioned at start of constraint |
| write | ( | self, | |
| file | |||
| ) |
Write plasma current constraint to file.
| file | Open file object for saving constraints |
| err |
| val |