Skip to content

Commit

Permalink
FOFB & SOFB disabled PVs are already provided by CS-DI-IOC-09
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Nicholls committed Aug 22, 2024
1 parent e274857 commit 078fc8d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1,452 deletions.
72 changes: 0 additions & 72 deletions virtac/create_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,6 @@ def generate_feedback_pvs():
True,
)
)
data.append(
(
elem.index,
"h_fofb_disabled",
elem.get_pv_name("h_fofb_disabled", pytac.RB),
0,
False,
)
)
data.append(
(
elem.index,
"h_sofb_disabled",
elem.get_pv_name("h_sofb_disabled", pytac.RB),
0,
False,
)
)
if elem.is_in_family("VSTR"):
data.append(
(
Expand All @@ -95,64 +77,10 @@ def generate_feedback_pvs():
True,
)
)
data.append(
(
elem.index,
"v_fofb_disabled",
elem.get_pv_name("v_fofb_disabled", pytac.RB),
0,
False,
)
)
data.append(
(
elem.index,
"v_sofb_disabled",
elem.get_pv_name("v_sofb_disabled", pytac.RB),
0,
False,
)
)
elif elem.is_in_family("BPM"):
data.append(
(elem.index, "enabled", elem.get_pv_name("enabled", pytac.RB), 1, True)
)
data.append(
(
elem.index,
"x_fofb_disabled",
elem.get_pv_name("x_fofb_disabled", pytac.RB),
0,
False,
)
)
data.append(
(
elem.index,
"x_sofb_disabled",
elem.get_pv_name("x_sofb_disabled", pytac.RB),
0,
False,
)
)
data.append(
(
elem.index,
"y_fofb_disabled",
elem.get_pv_name("y_fofb_disabled", pytac.RB),
0,
False,
)
)
data.append(
(
elem.index,
"y_sofb_disabled",
elem.get_pv_name("y_sofb_disabled", pytac.RB),
0,
False,
)
)
data.append(
(
elem.index,
Expand Down
Loading

0 comments on commit 078fc8d

Please sign in to comment.