AbstractQuadFieldSourceFunction#
- class orbit.py_linac.overlapping_fields.AbstractQuadFieldSourceFunction[source]#
Bases:
objectIt is an abstract class describing the quadrupole magnetic field as a function of the longitudinal coordinate.
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.
Methods Documentation