|
|
| 45 |
MakeDoubleAccessor (&LiIonEnergySource::SetInitialEnergy, |
45 |
MakeDoubleAccessor (&LiIonEnergySource::SetInitialEnergy, |
| 46 |
&LiIonEnergySource::GetInitialEnergy), |
46 |
&LiIonEnergySource::GetInitialEnergy), |
| 47 |
MakeDoubleChecker<double> ()) |
47 |
MakeDoubleChecker<double> ()) |
| 48 |
.AddAttribute ("IntialCellVoltage", |
48 |
.AddAttribute ("InitialCellVoltage", |
| 49 |
"Initial (maximum) voltage of the cell (fully charged).", |
49 |
"Initial (maximum) voltage of the cell (fully charged).", |
| 50 |
DoubleValue (4.05), // in Volts |
50 |
DoubleValue (4.05), // in Volts |
| 51 |
MakeDoubleAccessor (&LiIonEnergySource::SetInitialSupplyVoltage, |
51 |
MakeDoubleAccessor (&LiIonEnergySource::SetInitialSupplyVoltage, |