source: MML/trunk/machine/SOLEIL/common/synchro/get_start_clk.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: 211 bytes
Line 
1function [clk1,clk2]=get_start_clk
2
3
4n=1;
5temp=tango_read_attribute2('ANS/SY/CENTRAL', 'TPcStepDelay');
6clk1=temp.value(n);
7temp=tango_read_attribute2('ANS/SY/CENTRAL', 'TSoftStepDelay');
8clk2=temp.value(n);
9
10
11
Note: See TracBrowser for help on using the repository browser.