freegs.machine.PoloidalFieldSensor#

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

Bases: Sensor

Represents position of a Poloidal B field sensor. Consists a single (R,Z) point, and an angle Theta At which the field is measured at

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

Methods

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

get_measure(tokamak, eq)

Updates field attribute of sensor with measured field at that point/direction if sensor is on

plot(axis)

get_measure(tokamak, eq)[source]#

Updates field attribute of sensor with measured field at that point/direction if sensor is on

plot(axis)[source]#