#include "Timestep.hpp"
Public Member Functions | |
int | numberOfTimestepsPerHour () const |
bool | isNumberOfTimestepsPerHourDefaulted () const |
bool | setNumberOfTimestepsPerHour (int numberOfTimestepsPerHour) |
void | resetNumberOfTimestepsPerHour () |
Protected Member Functions | |
Timestep (const Model &model) |
Related Functions | |
typedef boost::optional< Timestep > | OptionalTimestep |
Static Methods | |
static IddObjectType | iddObjectType () |
virtual | ~Timestep () |
Timestep derives from ModelObject and is an interface to the OpenStudio IDD object named "Timestep".
Timestep allows the user to set the zone timestep for EnergyPlus simulations. Timestep does not have a public constructor because it is a unique ModelObject. To get the Timestep object for a Model or create one if it does not yet exist use model.getUniqueObject<Timestep>(). To get the Timestep object for a Model but not create one if it does not yet exist use model.getOptionalUniqueObject<Timestep>().
|
inlinevirtual |
|
explicitprotected |
Constructs a new Timestep object in the model.
|
static |
bool openstudio::model::Timestep::isNumberOfTimestepsPerHourDefaulted | ( | ) | const |
int openstudio::model::Timestep::numberOfTimestepsPerHour | ( | ) | const |
void openstudio::model::Timestep::resetNumberOfTimestepsPerHour | ( | ) |
bool openstudio::model::Timestep::setNumberOfTimestepsPerHour | ( | int | numberOfTimestepsPerHour | ) |
|
related |