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
10 changes: 2 additions & 8 deletions examples/BESSY2_example/BESSY2Chroma.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,8 @@ data_folder: /data/store
devices:
- type: pyaml.diagnostics.tune_monitor
name: BETATRON_TUNE
tune_h:
type: pyaml_cs_oa.epicsR
read_pvname: beam:twiss:x:tune
unit: ''
tune_v:
type: pyaml_cs_oa.epicsR
read_pvname: beam:twiss:y:tune
unit: ''
tune_h: beam:twiss:x:tune
tune_v: beam:twiss:y:tune
- type: pyaml.tuning_tools.chromaticity_monitor
name: KSI
betatron_tune_name: BETATRON_TUNE
Expand Down
13 changes: 5 additions & 8 deletions examples/BESSY2_example/BESSY2Tune.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
arrays:
- type: pyaml.arrays.magnet
Expand Down Expand Up @@ -882,14 +885,8 @@ devices:
unit: A
- type: pyaml.diagnostics.tune_monitor
name: BETATRON_TUNE
tune_h:
type: pyaml_cs_oa.epicsR
read_pvname: beam:twiss:x:tune
unit: ''
tune_v:
type: pyaml_cs_oa.epicsR
read_pvname: beam:twiss:y:tune
unit: ''
tune_h: beam:twiss:x:tune
tune_v: beam:twiss:y:tune
- type: pyaml.tuning_tools.tune
name: DEFAULT_TUNE_CORRECTION
quad_array_name: QForTune
Expand Down
Loading