DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::daphnemodules::mezz::CommandBuilder Class Reference

#include <MezzCommandBuilder.hpp>

Static Public Member Functions

static std::string build_bias_cmd (int afe, int mv)
 
static std::string build_vgain_cmd (int afe, int vgain)
 

Detailed Description

Definition at line 7 of file MezzCommandBuilder.hpp.

Member Function Documentation

◆ build_bias_cmd()

static std::string dunedaq::daphnemodules::mezz::CommandBuilder::build_bias_cmd ( int afe,
int mv )
inlinestatic

Definition at line 10 of file MezzCommandBuilder.hpp.

11 {
12 return fmt::format("WR BIASSET AFE {} V {}", afe, mv);
13 }

◆ build_vgain_cmd()

static std::string dunedaq::daphnemodules::mezz::CommandBuilder::build_vgain_cmd ( int afe,
int vgain )
inlinestatic

Definition at line 15 of file MezzCommandBuilder.hpp.

16 {
17 return fmt::format("WR AFE {} VGAIN V {}", afe, vgain);
18 }

The documentation for this class was generated from the following file: