-
Dear all, I want to insert a misalignment error to the quadrupole using PyAT Quadrupole(FamName, Length, Strength=0, **keywords) Available keywords: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
The misalignment of a PyAT element is set by optional attributes:
Though you can set these attributes manually, an easier way to do this is to use the |
Beta Was this translation helpful? Give feedback.
-
The misalignment values are kept because they are part of the element. To reset, you may either use the same functions to set the values to zero, or delete the element attributes ( |
Beta Was this translation helpful? Give feedback.
The misalignment values are kept because they are part of the element. To reset, you may either use the same functions to set the values to zero, or delete the element attributes (
del element.T1
and so on).