Is it possible to get/set the default district cooling COP via the openstudio SDK? I read post from a few years back where it was suggested to 'inject' an IDF file via an energy plus measure. Is this still the case?
First time here? Check out the Help page!
1 | initial version |
Is it possible to get/set the default district cooling COP via the openstudio SDK? I read post from a few years back where it was suggested to 'inject' an IDF file via an energy plus measure. Is this still the case?
Is it possible to get/set the default district cooling COP via the openstudio SDK? I read a post from a few years back where it was suggested to 'inject' an IDF file via an energy plus measure. Is this still the case?
And as a follow up, is it possible to get the data for Site and Source Summary
? Looking at the OpenstudioResults measure it seems that the way to do this is with a query to the sql output file directly.
query = "SELECT Value FROM tabulardatawithstrings WHERE ReportName='#{report_name}' and TableName='#{table_name}' and RowName= '#{row}' and ColumnName= '#{header}'"