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

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

Initial import--MML version from SOLEIL@2013

File size: 502 bytes
Line 
1%
2devAILES = 'ans-c03/dg/calc-d1-position-angle';
3devSMIS = 'ans-c02/dg/calc-d1-position-angle';
4
5
6
7% bump AILES
8%%[OCS, OCS0] = setorbitbump('BPMz',[3 3;3 4],[-0.1; -0.1],'VCOR',[-2 -1 1 2],'Display');
9
10
11% bump SMIS
12[OCS, OCS0] = setorbitbump('BPMz',[2 3;2 4],[0.1; 0.1],'VCOR',[-2 -1 1 2],'Display');
13
14
15posZ_AILES = readattribute([devAILES '/positionZ'])
16angZ_AILES = readattribute([devAILES '/angleZ'])
17posZ_SMIS = readattribute([devSMIS '/positionZ'])
18angZ_SMIS = readattribute([devSMIS '/angleZ'])
Note: See TracBrowser for help on using the repository browser.