Uses of Class
xal.sim.scenario.LatticeElement
Packages that use LatticeElement
Package
Description
Combination of modeling elements from TraceWin documentation put into OpenXAL reference frame.
The Online Model
Modeling Elements Package Library
-
Uses of LatticeElement in xal.extension.jels.model.elem
Methods in xal.extension.jels.model.elem with parameters of type LatticeElementModifier and TypeMethodDescriptionvoidIdealMagWedgeDipole.initializeFrom(LatticeElement element) Conversion method to be provided by the uservoidIdealRfGap.initializeFrom(LatticeElement element) Conversion method to be provided by the uservoidRfqDummyModel.initializeFrom(LatticeElement latticeElement) voidThickMagFieldMap.initializeFrom(LatticeElement element) voidThickRfFieldMap.initializeFrom(LatticeElement element) voidThinMagFieldMap.initializeFrom(LatticeElement latticeElement) voidThinRfFieldMap.initializeFrom(LatticeElement element) -
Uses of LatticeElement in xal.model
Methods in xal.model with parameters of type LatticeElementModifier and TypeMethodDescriptionvoidIComponent.initializeFrom(LatticeElement latticeElement) Initializes the components parameters from the given hardware node proxy. -
Uses of LatticeElement in xal.model.elem
Methods in xal.model.elem with parameters of type LatticeElementModifier and TypeMethodDescriptionvoidElectromagnetSeq.initializeFrom(LatticeElement latticeElement) Conversion method to be provided by the uservoidElement.initializeFrom(LatticeElement latticeElement) Conversion method to be provided by the uservoidElementSeq.initializeFrom(LatticeElement latticeElement) Initialization method to be provided by the uservoidIdealEDipole.initializeFrom(LatticeElement element) voidIdealEQuad.initializeFrom(LatticeElement element) Conversion method to be provided by the uservoidIdealMagFringeQuad.initializeFrom(LatticeElement element) Conversion method to be provided by the uservoidIdealMagSteeringDipole.initializeFrom(LatticeElement element) Conversion method to be provided by the uservoidIdealMagWedgeDipole.initializeFrom(LatticeElement element) Deprecated.Conversion method to be provided by the uservoidIdealMagWedgeDipole2.initializeFrom(LatticeElement element) Conversion method to be provided by the uservoidIdealRfCavity.initializeFrom(LatticeElement latticeElement) Initializes the frequency and cavity mode constant from the given proxy element.voidIdealRfGap.initializeFrom(LatticeElement element) Conversion method to be provided by the uservoidIdealRfGapUpgraded.initializeFrom(LatticeElement element) Conversion method to be provided by the uservoidSpectrumMapRfGap.initializeFrom(LatticeElement element) Conversion method to be provided by the uservoidThickElectromagnet.initializeFrom(LatticeElement latticeElement) Conversion method to be provided by the uservoidThickElectrostatic.initializeFrom(LatticeElement latticeElement) Conversion method to be provided by the uservoidThickElement.initializeFrom(LatticeElement latticeElement) Conversion method to be provided by the uservoidThinElectromagnet.initializeFrom(LatticeElement latticeElement) Conversion method to be provided by the user -
Uses of LatticeElement in xal.sim.scenario
Subclasses of LatticeElement in xal.sim.scenarioModifier and TypeClassDescriptionclassThe Open XAL online model lattice generator is primarily contained here.classThis class is an extension of theLatticeSequenceclass needed for generating modeling lattices fromAcceleratorSeqCombohardware structures.Methods in xal.sim.scenario that return LatticeElementModifier and TypeMethodDescriptionLatticeElement.getFirstSlice()LatticeElement.getNextSlice()LatticeElement.splitElementAt(double splitPos) LatticeElement.splitElementAt(LatticeElement elemSplitPos) Appears to split this lattice element into two parts, presumably at the center position of the given element, returning the second part.Methods in xal.sim.scenario that return types with arguments of type LatticeElementModifier and TypeMethodDescriptionLatticeSequence.iterator()Iterates element by element through the element lattice from head to tail.Methods in xal.sim.scenario with parameters of type LatticeElementModifier and TypeMethodDescriptionintLatticeElement.compareTo(LatticeElement e2) Compare by looking at hardware node positions.booleanLatticeElement.isContainedIn(LatticeElement lem) Determines whether or not the given lattice element contains this element with respect to the axial positions.LatticeElement.splitElementAt(LatticeElement elemSplitPos) Appears to split this lattice element into two parts, presumably at the center position of the given element, returning the second part.