coilSimulation_exact module

Simulation of the magnetic field generated by a perfect anti-helmholtz coil.

It calculates the magnetic field in the z direction at x=0 and y=0. The coils normal vector points in the +z direction.

class coilSimulation_exact.Window

Bases: PyQt5.QtWidgets.QMainWindow

Missing docstring.

createSlider(variable, min, max, step, value, extra_text=None)

Fast slider creation.

It creates all the labels and a settings button for your slider.

openSliderWindow(slider)

Open the slider settings window.

update()

Missing docstring.

update_from_slider(variable, slider, lineEdit)
update_from_text(variable, lineEdit, slider)