DiamondLightSource/dodal

Save panda should ignore DATA PV'S

Open

#746 创建于 2024年8月14日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (12 fork)auto 404
good first issue

仓库指标

Star
 (4 star)
PR 合并指标
 (PR 指标待抓取)

描述

As a PandA user, I would like to load a panda yaml file after creating my PandA device. Some PV's which are correctly configured during device creation are then overwritten by this yaml file. Since these PV's are configured for us, we never want these saved and loaded

Acceptance criteria

  • save_panda utility function ignores all PV's which start with the string 'DATA'. (Try saving a panda and looking at the yaml output to see these data PV's. ophyd-async's generic save function accepts a list of signals to ignore.

贡献者指南