source: MML/trunk/machine/SOLEIL/common/synchro/restore_synch.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: 313 bytes
Line 
1function restore_synch
2
3tango_write_attribute2('BOO/SY/LOCAL.Bext.1', 'k.trigStepDelay',31522105);
4
5
6FileName = fullfile(getfamilydata('Directory', 'Synchro'), 'synchro_offset_lin');
7load(FileName, 'inj_offset' , 'ext_offset', 'lin_fin');
8ext_offset=179000;
9save(FileName, 'inj_offset' , 'ext_offset', 'lin_fin');
Note: See TracBrowser for help on using the repository browser.