freegs.machine.FluxLoopSensor#

class freegs.machine.FluxLoopSensor(R, Z, name=None, weight=1, status=True, measurement=None)[source]#

Bases: Sensor

Represents position of a Flux Loop Sensor. Consists a single (R,Z) point, describing the position of the probe Contains a method to find the value of flux (psi) at the position

__init__(R, Z, name=None, weight=1, status=True, measurement=None)[source]#

Methods

__init__(R, Z[, name, weight, status, ...])

get_measure(tokamak, eq)

Updates flux attribute with poloidal flux at the point of measurement if sensor is on

plot(axis)

get_measure(tokamak, eq)[source]#

Updates flux attribute with poloidal flux at the point of measurement if sensor is on

plot(axis)[source]#