|
The Open FUSION Toolkit 1.0.0-beta6
Modeling tools for plasma and fusion research and engineering
|
ThinCurr circular flux loop class.

Public Member Functions | |
| __init__ (self, R, Z, name, scale=1.0, npts=180) | |
| Initialize circular flux loop object. | |
| write (self, fid) | |
| Write flux loop to file. | |
Protected Attributes | |
| _name = name | |
| _pts = numpy.asarray(pts) | |
| _scale = scale | |
| __init__ | ( | self, | |
| R, | |||
| Z, | |||
| name, | |||
| scale = 1.0, | |||
| npts = 180 ) |
Initialize circular flux loop object.
| R | Radial position of flux loop |
| Z | Vertical position of flux loop |
| name | Name of flux loop |
| scale | Scale factor for signal |
| npts | Number of points used to define flux loop |
|
inherited |
Write flux loop to file.
| fid | File object for writing |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |