SQL and sizing data
Hi, I am want to export autosized capacities of HVAC system for reviewing then assign them back to idf file. i found the parsing code from sql in OpenStudio fault detection github
"SELECT Value
FROM ComponentSizes
WHERE CompType='#{object_type}'
AND CompName='#{name}'
AND Description='#{value_name}'
AND Units='#{units}'"
My question is all autosize values (zone, system, plant) are in ComponentSizes table or not ? which sources is better from sql file or sizing**.csv/.eio files ? Thanks