Skip to content

Commit 58036fe

Browse files
committed
Adding crabcavities.
1 parent df9d184 commit 58036fe

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

enable_crabcavities.madx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
exec,crab_remove(A);
2+
exec,crab_remove(B);
3+
exec,crab_remove(C);
4+
exec,crab_remove(D);
5+
6+
exec,crab_make_cc(A,2);
7+
exec,crab_make_cc(B,2);
8+
exec,crab_make_marker(C);
9+
exec,crab_make_marker(D);
10+
11+
exec,crab_installhv(A,posCRABA1,posCRABA2);
12+
exec,crab_installhv(B,posCRABB1,posCRABB2);
13+
exec,crab_install(C,posCRABC1,posCRABC2);
14+
exec,crab_install(D,posCRABD1,posCRABD2);
15+
16+

0 commit comments

Comments
 (0)