source: MML/trunk/machine/SOLEIL/StorageRing/Lattices/lowalpha_dec08/appliquer_Q.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: 214 bytes
Line 
1%% fonction appliquer
2function appliquer_Q(IQ)
3for iQ = 1:10
4    iQ
5    Name = ['Q' num2str(iQ)];
6    A = IQ(iQ);
7    %s = getfamilydata((Name));
8    %B = A * ones(length(s.DeviceList),1);
9    setsp((Name),A);
10end
Note: See TracBrowser for help on using the repository browser.