diff --git a/app/components/Instrument.ts b/app/components/Instrument.ts index 347aeb5..7078a6c 100644 --- a/app/components/Instrument.ts +++ b/app/components/Instrument.ts @@ -151,6 +151,10 @@ export class Instrument { pvaddress: `${this.prefix}DAE:PERIODSEQ`, human_readable_name: "Period Sequence", }, + { + pvaddress: `${this.prefix}DAE:PERIODTYPE`, + human_readable_name: "Period Type", + }, { pvaddress: `${this.prefix}DAE:GOODFRAMES_PD`, human_readable_name: "Period Good Frames", diff --git a/app/components/__snapshots__/TopBar.test.ts.snap b/app/components/__snapshots__/TopBar.test.ts.snap index 7883715..424a7b5 100644 --- a/app/components/__snapshots__/TopBar.test.ts.snap +++ b/app/components/__snapshots__/TopBar.test.ts.snap @@ -573,6 +573,20 @@ exports[`renders topbar unchanged 1`] = ` class="break-all" /> +
+

+ Period Type + : +

+ +

+