FACT++  1.0
void ConnectionBias::SetVoltMaxRel ( float  max)
inline

Definition at line 1476 of file biasctrl.cc.

1477  {
1478  if (max>90)
1479  max = 90;
1480  if (max<0)
1481  max = 0;
1482 
1483  fVoltageMaxRel = max;
1484  }
float fVoltageMaxRel
Definition: biasctrl.cc:97