NAME †
MakeBump[]
DESCRIPTION †
MakeBump[] -makes an orbit bump.
SYNOPSIS †
MakeBump[b,str,optics,options]
The function returns a list of steering strength and index of steers used for making a bump whose specification is given by b. The resultant steer strength is set to K0 slot in the LINE.
- b
- a bump object defined through the function Bump as b = Bump[str,Center->...,...]
- str
- a list of steering element which is defined by the function Steer.
- optics
- a list of optics parameters which is defined by the function CalculateOptics.
- options
- optional parameters in the form of opt->parameters.
available options †
| option | default | descriptions |
| SetSteer | True | Set steer values. |
| Calc | True | Calulate a resultant optics and set it in the Twiss buffer. |
return value †
- Returns a list of kick angles and indices of used steers.
- Resultant steer strength is set to "K0" slot in the LINE if SetSteer->True(default).
- Calculate optics if Calc->True and OPERATE flag is false.
See also †
Bump[], CorrectOrbitBump[]