From GridLAB-D Wiki
Jump to: navigation, search


thermostat_last_cycle_time – The last time at which the thermostat changed state

Synopsis

module residential;
class house {
     timestamp thermostat_last_cycle_time[s];
}
object house {
     thermostat_last_cycle_time value s;
}

Remarks

 TODO: 

Default

 TODO: 

See Also