Skip to content

Commit 6fa863c

Browse files
committed
use str rundurations
1 parent 9d3985d commit 6fa863c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/Instrument.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ export class Instrument {
150150
human_readable_name: "Start time",
151151
},
152152
{
153-
pvaddress: `${this.prefix}DAE:RUNDURATION`,
153+
pvaddress: `${this.prefix}DAE:RUNDURATION_STR`,
154154
human_readable_name: "Run time(s)",
155155
},
156156
{ pvaddress: `${this.prefix}DAE:PERIOD`, human_readable_name: "Period" },
@@ -163,7 +163,7 @@ export class Instrument {
163163
human_readable_name: "Num periods",
164164
},
165165
{
166-
pvaddress: `${this.prefix}DAE:RUNDURATION_PD`,
166+
pvaddress: `${this.prefix}DAE:RUNDURATION_PD_STR`,
167167
human_readable_name: "Period Run Time(s)",
168168
},
169169
{

0 commit comments

Comments
 (0)