#include "PhotovoltaicPerformanceSimple.hpp"
PhotovoltaicPerformanceSimple is a PhotovoltaicPerformance that wraps the OpenStudio IDD object 'OS:PhotovoltaicPerformance:Simple'.
openstudio::model::PhotovoltaicPerformanceSimple::PhotovoltaicPerformanceSimple |
( |
const Model & |
model | ) |
|
|
explicit |
virtual openstudio::model::PhotovoltaicPerformanceSimple::~PhotovoltaicPerformanceSimple |
( |
| ) |
|
|
inlinevirtual |
std::string openstudio::model::PhotovoltaicPerformanceSimple::conversionEfficiencyInputMode |
( |
| ) |
const |
boost::optional<Schedule> openstudio::model::PhotovoltaicPerformanceSimple::efficiencySchedule |
( |
| ) |
const |
boost::optional<double> openstudio::model::PhotovoltaicPerformanceSimple::fixedEfficiency |
( |
| ) |
const |
double openstudio::model::PhotovoltaicPerformanceSimple::fractionOfSurfaceAreaWithActiveSolarCells |
( |
| ) |
const |
static IddObjectType openstudio::model::PhotovoltaicPerformanceSimple::iddObjectType |
( |
| ) |
|
|
static |
bool openstudio::model::PhotovoltaicPerformanceSimple::isfractionOfSurfaceAreaWithActiveSolarCellsDefaulted |
( |
| ) |
const |
void openstudio::model::PhotovoltaicPerformanceSimple::resetEfficiencySchedule |
( |
| ) |
|
void openstudio::model::PhotovoltaicPerformanceSimple::resetFixedEfficiency |
( |
| ) |
|
void openstudio::model::PhotovoltaicPerformanceSimple::resetFractionOfSurfaceAreaWithActiveSolarCells |
( |
| ) |
|
bool openstudio::model::PhotovoltaicPerformanceSimple::setEfficiencySchedule |
( |
Schedule & |
schedule | ) |
|
bool openstudio::model::PhotovoltaicPerformanceSimple::setFixedEfficiency |
( |
double |
fixedEfficiency | ) |
|
bool openstudio::model::PhotovoltaicPerformanceSimple::setFractionOfSurfaceAreaWithActiveSolarCells |
( |
double |
fractionOfSurfaceAreaWithActiveSolarCells | ) |
|