From GridLAB-D Wiki
Jump to: navigation, search


thermostat_cycle_time – Minimum time in seconds between thermostat updates

Synopsis

module residential;
class house {
     int16 thermostat_cycle_time[s];
}
object house {
     thermostat_cycle_time value s;
}

Default

The default value for thermostat_cycle_time is 120 seconds.

See Also