source: MML/trunk/machine/SOLEIL/common/listfonction.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: 1.3 KB
Line 
1
2return;
3
4%% Fonctions
5
6soleilinit : initialise le middleware
7getall : cree les proxy vers tous les aimants
8
9solorbit
10soleilelementicons
11
12%% manipulation de AO
13%Accelerator Object
14showfamily('BPMx') affiche l'objet
15getfamilytype
16getao
17setao
18getad
19setad
20
21%% changer de model
22switch2online
23switch2sim
24switch2physics
25switch2hw
26
27% Configuration
28sim2machine
29
30%tune
31tune2sim
32tune2online
33tune2manual
34gettune
35settune
36
37%RF
38setrf
39getrf
40sweepenergy
41sweepenergy2
42
43physics2hw
44hw2physics
45amp2k
46k2amp
47gev2bend  % beam energy to bend current
48
49getbpmnames
50
51getfamilylist
52getlist
53
54getphysdata
55setphysdata
56
57family2dev
58getfamilydata
59
60%measurements
61measbpmresp
62measbpmsigma
63measdisp
64measdispresp
65measchro
66measchroresp
67measlifetime
68measrate
69measrespmat
70meastuneresp
71
72%%% BPM
73getx: get H bpms
74getz: get V bpms
75soleilbpms
76getxsoleil
77getzsoleil
78getbpmsoleil
79
80checklimits
81
82%% ANNEAU
83getenergy: get energy
84getbrho: get brho
85bend2gev
86
87physics2hw Converts from 'Physics' units to 'Hardware' units
88
89% transformation
90tango2dev
91tango2common
92tango2family
93
94A modifier:
95k2amp
96magnetcoeeficients
97
98%utiliser pat configgui
99getmachineconfig
100
101makephysdata : modifier chro et tune
102
103%% GUI ou IHM
104srsetup
105plotfamily
106solorbit
107configgui
108
109%%% Fonctions pour se simplifier la vie sous matlab
110xaxis
111xaxiss
112yaxis
113yaxiss
114sleep
115popplot
116appendtimestamp
117gotodirectory
Note: See TracBrowser for help on using the repository browser.