source: PSPA/madxPSPA/tests/test-emit/test-emit.madx @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 309 bytes
Line 
1beam, SEQUENCE=Machine ,PARTICLE=electron, energy=3, RADIATE=True;
2option, RBARC=FALSE;
3call, file= "ALBA-25.4th.seq";
4
5
6! Put the RF cavity
7RFC: RFCAVITY, L=0.5, VOLT=3.6, LAG=0.480,HARMON=448;
8L_IDRF : DRIFT, L=L_ID->L-RFC->L;
9L_ID   : LINE =(RFC, L_IDRF);
10
11
12use, period=Machine;
13twiss;
14EMIT,DELTAP=0.0 ;
15
16
Note: See TracBrowser for help on using the repository browser.