Revision history [back]
Get/Set default COP for district cooling via openstudio SDK
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}'"
Get/Set default COP for district cooling via openstudio SDK
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}'"