honeybee_energy.result.rdd module

Module for parsing EnergyPlus Result Data Dictionary (RDD) files.

class honeybee_energy.result.rdd.RDD(file_path)[source]

Bases: object

Object for parsing EnergyPlus Result Data Dictionary (RDD) files.

Parameters

file_path – Full path to a RDD file that was generated by EnergyPlus.

Properties:
  • file_path

  • output_names

ToString()[source]

Overwrite .NET ToString.

filter_outputs_by_keywords(keywords)[source]

Get a list of outputs in the RDD file filtered by keyword.

Parameters

keywords – A list of keywords that will be used to filter the output names.

property file_path

Get the path to the .rdd file.

property output_names

Get a list of all output names in the .rdd file.