source: MML/trunk/machine/SOLEIL/StorageRing/Lattices/lowalpha_dec08/appliquer_Q.m @ 17

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

To have a stable version on the server.

  • Property svn:executable set to *
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.