-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path2021_Restart.py
47 lines (43 loc) · 998 Bytes
/
2021_Restart.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
def restart():
yield from sleep(3600)
yield from mv(extslt.vg,20)
yield from rixscam_pgm_en_centroid(120)
yield from mv(pgm.en,853)
yield from sleep(3600)
ext_vg = 11
total_time = 300
cyc=3
en = 853
sec_x_pt = 1
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'test')
ext_vg = 15
total_time = 300
cyc=3
en = 853
sec_x_pt = 1
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'test')
ext_vg = 20
total_time = 300
cyc=3
en = 853
sec_x_pt = 1
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'test')
yield from sleep(3600)
ext_vg = 11
total_time = 300
cyc=3
en = 853
sec_x_pt = 1
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'test')
ext_vg = 15
total_time = 300
cyc=3
en = 853
sec_x_pt = 1
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'test')
ext_vg = 20
total_time = 300
cyc=3
en = 853
sec_x_pt = 1
yield from rixs_one_energy_1(sec_x_pt,total_time,cyc,en,ext_vg, 'test')