FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
ConnectionBias::fVoltageMaxRel
float fVoltageMaxRel
Definition:
biasctrl.cc:97
ConnectionBias
Generated on Sun Sep 18 2016 20:50:44 for FACT++ by
1.8.11