orbit.space_charge.sc3d.scLatticeModifications#

Module. Includes functions that will modify the accelerator lattice by inserting the SC accelerator nodes.

Functions

setSC3DAccNodes(lattice, sc_path_length_min, ...)

It will put a set of a space charge SC2p5D_AccNode into the lattice as child nodes of the first level accelerator nodes.

setSC_General_AccNodes(lattice, ...)

It will put a set of a space charge nodes into the lattice as child nodes of the first level accelerator nodes.

setUniformEllipsesSCAccNodes(lattice, ...)

It will put a set of a space charge SC_UniformEllipses_AccNode into the lattice as child nodes of the first level accelerator nodes.

Classes

AccActionsContainer([name])

Class.

AccLattice([name])

Class.

AccNode([name, type_in])

Class.

AccNodeBunchTracker([name, type_in])

Class.

SC3D_AccNode(sc_calculator[, name])

The subclass of the AccNodeBunchTracker class.

SC_UniformEllipses_AccNode(sc_calculator[, name])

The subclass of the AccNodeBunchTracker class.