Skip to content

Commit

Permalink
Add SCAN line into daq menu
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith authored Mar 21, 2022
1 parent bdb4a6c commit dd8aec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/pftool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ void RunMenu( PolarfireTarget* pft_ ) {
pfMenu::Line("HARD_RESET", "Reset the DAQ, including all parameters", &ldmx_daq),
pfMenu::Line("PEDESTAL","Take a simple random pedestal run", &ldmx_daq),
pfMenu::Line("CHARGE","Take a charge-injection run", &ldmx_daq),
pfMenu::Line("SCAN","Take several runs while changing a single parameter", &ldmx_daq),
pfMenu::Line("QUIT","Back to top menu")
});

Expand Down

0 comments on commit dd8aec6

Please sign in to comment.