SAD_LattElement#
- class orbit.parsers.SAD_LattElement(name, Typename)[source]#
Bases:
objectAn Arbitrary Element in the Lattice
Methods Summary
addParameter(nameOfPar, parVal)Returns list of elements (only one here)
getName()Returns name of the element
getParameter(nameOfPar)Returns the dictionary with (key=name, val) pairs
getType()Returns type of the element
hasParameter(nameOfPar)setType(tp)Sets the type of the element without checking
Methods Documentation