SimpleQuadFieldFunc#
- class orbit.py_linac.overlapping_fields.SimpleQuadFieldFunc(quad)[source]#
Bases:
orbit.py_linac.overlapping_fields.overlapping_quad_fields_lib.AbstractQuadFieldSourceFunctionIt is an implementation of the QuadFieldSourceFunction class for a simple quad with constant field between (-L/2;+L/2).
Methods Summary
Returns the derivative of the getFuncValue(z)
getFuncValue(z)Returns the quad's normalized field distribution at the distance z from the center
Returns (+L/2,-L/2) as longitudinal limits of the quad field.
Methods Documentation