translated to ElectricLoadCenter:Generators 'Generator Rated Electric Power Output'
| 241 | |
| 242 | // translated to ElectricLoadCenter:Generators 'Generator Rated Electric Power Output' |
| 243 | boost::optional<double> GeneratorFuelCell_Impl::ratedElectricPowerOutput() const { |
| 244 | return this->powerModule().nominalElectricalPower(); |
| 245 | } |
| 246 | |
| 247 | boost::optional<Schedule> GeneratorFuelCell_Impl::availabilitySchedule() const { |
| 248 | boost::optional<Schedule> schedule; |
nothing calls this directly
no test coverage detected