We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d39ec2 commit 8baec92Copy full SHA for 8baec92
examples/ESRF_tune_example/README.md
@@ -12,4 +12,6 @@
12
13
## Run the examples
14
15
+ 1. navigate to the pyaml root directory
16
1. Download (or clone) the example files.
17
+
examples/ESRF_tune_example/esrf_tune_example.py
@@ -10,8 +10,7 @@
10
sr.design.get_lattice().disable_6d()
11
# switch script from live to design
-# SR = sr.live # act on live machine
-SR = sr.design # act on simulation
+SR = sr.design # acts on simulations sr.live to act on real machine
# Callback exectued after each magnet strenght setting
0 commit comments