Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples/BESSY2_example/BESSY2Chroma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ controls:
- type: pyaml_cs_oa.controlsystem
prefix: 'pons:'
name: live
catalog:
type: pyaml_cs_oa.dynamic_catalog
backend: epics
data_folder: /data/store
devices:
- type: pyaml.diagnostics.tune_monitor
Expand All @@ -35,7 +38,4 @@ devices:
max_e_delta: 1e-3
- type: pyaml.rf.rf_plant
name: RF
masterclock:
type: pyaml_cs_oa.epicsW
write_pvname: MCLKHX251C:freq
unit: KHz
masterclock: (MCLKHX251C:freq)[KHz]
5 changes: 1 addition & 4 deletions examples/BESSY2_example/BESSY2Orbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,7 @@ devices:
response_matrix: file:orm.json
- type: pyaml.rf.rf_plant
name: RF
masterclock:
type: pyaml_cs_oa.epicsW
write_pvname: MCLKHX251C:freq
unit: KHz
masterclock: (MCLKHX251C:freq)[KHz]
- type: pyaml.magnet.hcorrector
name: HS4M2D1R
lattice_names: S4M2D1R@0
Expand Down
Loading