From ce259da474f832d580075eeb9cc4be440f84f9f7 Mon Sep 17 00:00:00 2001 From: Eva Lott Date: Fri, 1 Nov 2024 08:50:14 +0000 Subject: [PATCH] removed top level pvi record which wasn't present in 0.9 --- src/pandablocks_ioc/_pvi.py | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/src/pandablocks_ioc/_pvi.py b/src/pandablocks_ioc/_pvi.py index f7eb7ae0..7ad1eb9d 100644 --- a/src/pandablocks_ioc/_pvi.py +++ b/src/pandablocks_ioc/_pvi.py @@ -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