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

Commit

Permalink
Merge branch 'support' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
melissa-aguiar committed Apr 11, 2022
2 parents 4424f0e + 668df67 commit 102e5f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FOFBApp/Db/FOFBData.template
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ record(ao,"$(S)$(RTM_CHAN)$(OFFSET)-SP"){
record(calc,"$(S)$(RTM_CHAN)$(OFFSET)-RB"){
field(DESC,"get waveform offset")
field(SCAN,"Passive")
field(PREC,"15")
field(INPA,"$(S)$(RTM_CHAN)$(OFFSET)-SP")
field(CALC, "A")
field(FLNK,"$(P)$(R)$(ACQ_NAME)ConvArrayDataC$(WVF_CHAN) CPP NMS")
Expand All @@ -72,6 +73,7 @@ record(ao,"$(S)$(RTM_CHAN)$(GAIN)-SP"){
record(calc,"$(S)$(RTM_CHAN)$(GAIN)-RB"){
field(DESC,"get waveform gain")
field(SCAN,"Passive")
field(PREC,"15")
field(INPA,"$(S)$(RTM_CHAN)$(GAIN)-SP")
field(CALC, "A")
field(FLNK,"$(P)$(R)$(ACQ_NAME)ConvArrayDataC$(WVF_CHAN) CPP NMS")
Expand Down

0 comments on commit 102e5f2

Please sign in to comment.