Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

The OpenStudio SDK documentation is located at https://openstudio-sdk-documentation.s3.amazonaws.com/cpp/OpenStudio-3.4.0-doc/model/html/index.html and the search box does work fine.

image description

Anyways, you want to use a ThermostatSetpointDualSetpoint

A very good starting point to see how to create a heating and a cooling schedule, create a thermostat, assign the schedules, and add it to a zone is this Ruby test: https://github.com/NREL/OpenStudio-resources/blob/develop/model/simulationtests/air_chillers.rb. Porting it to C# should be straightforward.