For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deconstruct Wea

- [source code]

Deconstruct a Wea object into data collections of direct, diffuse, and golbal irradiance at each timestep of the file.

Inputs

  • wea [Required]

A Honeybee WEA object.

Outputs

  • dir

A data collection of direct normal irradiance values at each timestep of the Wea.

  • diff

A data collection of diffuse sky solar irradiance values at each timestep of the Wea.

  • glob

A data collection of global horizontal irradiance values at each timestep of the Wea.

Last updated