Skip to content

Commit

Permalink
removed top level pvi record which wasn't present in 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
evalott100 committed Nov 1, 2024
1 parent ba12ee2 commit ce259da
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions src/pandablocks_ioc/_pvi.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,35 +406,6 @@ def create_pvi_records(record_prefix: str):

pvi_records.append(pvi_record_name)

top_level_pvi_record_name = "PVI"
description = builder.longStringIn(
f"{top_level_pvi_record_name}:DESCRIPTION",
initial_value="PVs making up Interface for entire panda.",
)
description.add_info(
"Q:group",
{
RecordName(top_level_pvi_record_name): {
"display.description": {"+type": "plain", "+channel": "VAL"},
"": {"+type": "meta", "+channel": "VAL"},
}
},
)
top_level_block_pvi = builder.longStringIn(
top_level_pvi_record_name + "_PV",
initial_value=RecordName(top_level_pvi_record_name),
)
top_level_block_pvi.add_info(
"Q:group",
{
RecordName("PVI"): q_group_formatter(
None,
"d",
"VAL",
)
},
)

# TODO: Properly add this to list of screens, add a PV, maybe roll into
# the "PLACEHOLDER" Device?
# Add Tables to a new top level screen
Expand Down

0 comments on commit ce259da

Please sign in to comment.