source: MML/trunk/machine/SOLEIL/StorageRing/rampdownsextu.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: 414 bytes
Line 
1%%
2I1 = getsp('S1');
3I2 = getsp('S2');
4I3 = getsp('S3');
5I4 = getsp('S4');
6I5 = getsp('S5');
7I6 = getsp('S6');
8I7 = getsp('S7');
9I8 = getsp('S8');
10I9 = getsp('S9');
11I10 = getsp('S10');
12
13%%
14frac = 0.5;
15
16setsp('S1',I1*frac);
17setsp('S2',I2*frac);
18setsp('S3',I3*frac);
19setsp('S4',I4*frac);
20setsp('S5',I5*frac);
21setsp('S6',I6*frac);
22setsp('S7',I7*frac);
23setsp('S8',I8*frac);
24setsp('S9',I9*frac);
25setsp('S10',I10*frac);
Note: See TracBrowser for help on using the repository browser.