From GridLAB-D Wiki
Jump to: navigation, search
// Examples:1a.glm
module residential;
module tape;
object house {
  object recorder {
    property air_temperature;
    file "temperature.csv";
  };
}