Read Custom Result
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.
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.
Outputs
results
DataCollections for the output_names.
Last updated