> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/hb-energy-primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladybug.tools/hb-energy-primer/components/6_result/read_custom_result.md).

# Read Custom Result

![](/files/-Mihpg91JhyDk5TfbyUB)

![](/files/-Mihpg93yZiJmTvgMKUa) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-energy/blob/master/honeybee_grasshopper_energy/src//HB%20Read%20Custom%20Result.py)

Parse any time series data from an energy simulation SQL result file.

## Inputs

* **sql \[Required]**

  The file path of the SQL result file that has been generated from an energy simulation.&#x20;
* **output\_names \[Required]**

  A list of EnergyPlus output names as strings (eg. 'Surface Window System Solar Transmittance'. These data corresponding to these outputs will be returned from this component.&#x20;

## Outputs

* **results**

  DataCollections for the output\_names.&#x20;
