FACT++  1.0
bool ConnectionBias::RampAllDacs ( uint16_t  dac)
inline

Definition at line 970 of file biasctrl.cc.

References kNumChannels.

Referenced by StateMachineBias< T, S >::StateMachineBias().

971  {
972  return RampAllChannelsDac(vector<uint16_t>(kNumChannels, dac));
973  }
bool RampAllChannelsDac(const vector< uint16_t > &dac)
Definition: biasctrl.cc:955

+ Here is the caller graph for this function: