FACT++  1.0
bool ConnectionBias::RampAllVoltages ( float  volt)
inline

Definition at line 1023 of file biasctrl.cc.

References kNumChannels.

1024  {
1025  return RampAllChannelsVoltage(vector<float>(kNumChannels, volt));
1026  }
bool RampAllChannelsVoltage(const vector< float > &volt)
Definition: biasctrl.cc:1009