> 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

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9N5K8lMbAhbyBVgms%2Fuploads%2Fgit-blob-3909797991668f6eba71fa073aeb55532a93e257%2FRead_Custom_Result.png?alt=media)

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ma9N5K8lMbAhbyBVgms%2Fsync%2Fdabab91cd8763631cfaadaa4f530ebfde78f5f4c.png?generation=1621524690758803\&alt=media) - [\[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;
