source: MML/trunk/machine/SOLEIL/common/database/config_tango_dbds.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: 436 bytes
Line 
1% tango_set_attribute_property('HCOR','format','%4.3f')
2% tango_set_attribute_property('VCOR','format','%4.3f')
3% tango_set_attribute_property('BEND','format','%6.3f')
4%
5% % Sextupoles
6% for k = 1:10
7%     strname = ['S' num2str(k)];
8%     tango_set_attribute_property(strname,'format','%6.3f')
9% end
10%
11% % Quadrupoles
12% for k = 1:10
13%     strname = ['Q' num2str(k)];
14%     tango_set_attribute_property(strname,'format','%6.3f')
15% end
Note: See TracBrowser for help on using the repository browser.