source: MML/trunk/machine/SOLEIL/StorageRing/bpm/setbump4.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 11 years ago

Initial import--MML version from SOLEIL@2013

File size: 826 bytes
Line 
1function setbump4(varargin)
2%SETBUMP4 - Set an orbit bump using 4 correctors in H or V
3%  on the top of the present orbit
4%
5%  INPUTS
6%  1. IDnum straight section number  1 is injection straigth
7%  2. plane  1 for horizontal {default}
8%            2 for vertical
9%  3. pos bump size in mm Default : 0.5 mm
10%  4. percent percent to apply 100% {default}
11%                 
12%  NOTES
13%  1. use orbit golden response matrix
14%  2. Straight list
15%     1 injection straight section
16%  3. In model, should use fixed momentum Orbit response matrix
17%
18%  See Also setangle4, set4correctorbump
19
20%  Maximum aplitude possible in straigth sections
21%  Long = circa 3 mm (H) -
22%  Medium = circa 2 mm (H) - 1.2 mm (V)
23%  Short = circa 4 mm (H) -
24%
25
26% 7 septembre 2004
27% Written by Laurent S. Nadolski
28
29set4correctorbump(varargin{:},'Position');
Note: See TracBrowser for help on using the repository browser.