pyaccelerator.elements.kicker

Module Contents

Classes

KickerThin

Thin Kicker element.

class pyaccelerator.elements.kicker.KickerThin(h_kick: float = 0, v_kick: float = 0, name: Optional[str] = None)[source]

Thin Kicker element.

Parameters
  • h_kick – kick angle in the horizontal plane.

  • v_kick – kick angle in the vertical plane.

  • name (optional) – Element name.

h_kick

kick angle in the horizontal plane.

v_kick

kick angle in the vertical plane.

m[source]

Element phase space transfer matrix.

name

Element name.