Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DESY facilities
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MSK-SW
Low-Level Radio Frequency
LLRF Controller
LLRF controller configuration
DESY facilities
Merge requests
!21
feat: SLED cavity for TDS BC2 (#12436)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat: SLED cavity for TDS BC2 (#12436)
wip/focus-2023-autumn
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Martin Christoph Hierholzer
requested to merge
wip/focus-2023-autumn
into
master
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
e1952f11
Prev
Next
Show latest version
2 files
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
e1952f11
feat: SLED cavity for TDS BC2 (#12436)
· e1952f11
Martin Christoph Hierholzer
authored
1 year ago
llrfctrl6/settings/FACILITY.XFEL.py
+
2
−
0
Options
@@ -241,6 +241,8 @@ if ACCELERATOR == "XFEL":
if
STATION
==
"
LLTDSB2
"
:
boardDWC8VM1
(
4
,
"
tds
"
,
[
"
PROBE1
"
,
"
PROBE2
"
,
"
PROBE3
"
,
"
PROBE4
"
,
"
FORWARD
"
,
"
REFLECTED
"
,
"
REFER
"
,
"
VMMONITOR
"
])
boardDWC8VM1
(
6
,
"
tds
"
,
[
"
KLYFORWARD
"
,
"
KLYREFLECTED
"
,
"
PREAMP
"
,
"
ADC1_CH3
"
,
"
ADC1_CH4
"
,
"
ADC1_CH5
"
,
"
ADC1_CH6
"
,
"
ADC1_CH7
"
],
skipController
=
True
)
SECTION_NAME
=
""
CRATE_NAME
=
STATION
Loading