From 0b60df1374b0e5d275aae4871d93115058e8a466 Mon Sep 17 00:00:00 2001 From: Jack Harper Date: Fri, 24 Jul 2026 15:30:59 +0100 Subject: [PATCH] add PERIODTYPE to dae PVs --- app/components/Instrument.ts | 4 ++++ app/components/__snapshots__/TopBar.test.ts.snap | 14 ++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/app/components/Instrument.ts b/app/components/Instrument.ts index 347aeb5..f0055f9 100644 --- a/app/components/Instrument.ts +++ b/app/components/Instrument.ts @@ -135,6 +135,10 @@ export class Instrument { pvaddress: `${this.prefix}DAE:PERIOD`, human_readable_name: "Period", }, + { + pvaddress: `${this.prefix}DAE:PERIODTYPE`, + human_readable_name: "Period type", + }, { pvaddress: `${this.prefix}DAE:RAWFRAMES_PD`, human_readable_name: "Period Raw frames", diff --git a/app/components/__snapshots__/TopBar.test.ts.snap b/app/components/__snapshots__/TopBar.test.ts.snap index 7883715..b8d3cce 100644 --- a/app/components/__snapshots__/TopBar.test.ts.snap +++ b/app/components/__snapshots__/TopBar.test.ts.snap @@ -517,6 +517,20 @@ exports[`renders topbar unchanged 1`] = ` class="break-all" /> +
+

+ Period type + : +

+ +

+