source: MML/trunk/machine/SOLEIL/common/synchro/getcharge.m

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

To have a stable version on the server.

  • Property svn:executable set to *
File size: 313 bytes
Line 
1function  [q1,q2,n]=getcharge(q1,q2,n)
2% calcul efficacité
3
4temp=tango_read_attribute2('LT1/DG/MC','qIct2');        lt1charge=temp.value;
5temp=tango_read_attribute2('BOO-C01/DG/DCCT','qExt');   boocharge=-temp.value;
6q1=q1+lt1charge ;
7q2=q2+(boocharge+0.225);  %  offset 0.15 le 5-5-2008     0.09 avant
8n=n+1;
9
Note: See TracBrowser for help on using the repository browser.