Skip to content
This repository has been archived by the owner on May 17, 2023. It is now read-only.

Commit

Permalink
FOFBApp: update number of elements for converted waveforms
Browse files Browse the repository at this point in the history
  • Loading branch information
melissa-aguiar committed Jan 24, 2022
1 parent 8f8f34c commit 9a8ab97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FOFBApp/Db/FOFBData.template
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,10 @@ record(waveform,"$(P)$(R)$(ACQ_NAME)ConvArrayDataWvf$(RTM_CHAN)")
record(subArray,"$(P)$(R)$(ACQ_NAME)ConvArrayData$(RTM_CHAN)")
{
field(DESC, "Data calibrated $(ACQ_NAME)")
field(NELM, "$(P)$(R)GEN_$(RTM_CHAN)ArrayData.NORD")
field(INP, "$(P)$(R)$(ACQ_NAME)ConvArrayDataWvf$(RTM_CHAN) NPP NMS")
field(TSEL, "$(P)$(R)GEN_$(RTM_CHAN)ArrayData.TIME")
field(MALM, "$(NELEMENTS)")
field(MALM, "1000")
field(FTVL, "$(FTVL)")
field(FLNK, "$(P)$(R)$(ACQ_NAME)ConvArrayDataSeq$(RTM_CHAN)")
}
Expand Down

0 comments on commit 9a8ab97

Please sign in to comment.