MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / resetGenerators

Method resetGenerators

src/model/ElectricLoadCenterDistribution.cpp:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 }
308
309 void ElectricLoadCenterDistribution_Impl::resetGenerators() {
310 generatorModelObjectList().removeAllModelObjects();
311 resetElectricalBussType();
312 }
313
314 bool ElectricLoadCenterDistribution_Impl::setGeneratorOperationSchemeType(const std::string& generatorOperationSchemeType) {
315 return setString(OS_ElectricLoadCenter_DistributionFields::GeneratorOperationSchemeType, generatorOperationSchemeType);

Callers

nothing calls this directly

Calls 1

removeAllModelObjectsMethod · 0.80

Tested by

no test coverage detected