Skip to content

Commit 08528cb

Browse files
committed
Fix for RFPlant without transmitter defined
1 parent 858ecb3 commit 08528cb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

tests/config/EBS_rf_notrans.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
type: pyaml.pyaml
2+
instruments:
3+
- type: pyaml.instrument
4+
name: sr
5+
energy: 6e9
6+
simulators:
7+
- type: pyaml.lattice.simulator
8+
lattice: sr/lattices/ebs.mat
9+
name: design
10+
controls:
11+
- type: tango.pyaml.controlsystem
12+
tango_host: ebs-simu-3:10000
13+
name: live
14+
data_folder: /data/store
15+
devices:
16+
- type: pyaml.rf.rf_plant
17+
name: RF
18+
masterclock:
19+
type: tango.pyaml.attribute
20+
attribute: sy/ms/1/Frequency
21+
unit: Hz

0 commit comments

Comments
 (0)