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

Method alwaysOffDiscreteScheduleName

src/model/Model.cpp:1149–1151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1147 }
1148
1149 std::string Model_Impl::alwaysOffDiscreteScheduleName() const {
1150 return "Always Off Discrete";
1151 }
1152
1153 Schedule Model_Impl::alwaysOnDiscreteSchedule() const {
1154 std::string alwaysOnName = this->alwaysOnDiscreteScheduleName();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected