Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question
3

Openstudio result viewer IP only, Is these a way to change result to SI ?

asked 2015-09-10 10:54:11 -0500

lutinfr's avatar

updated 2017-09-25 15:34:47 -0500

Openstudio result viewer IP only, Is these a way to change result to SI ? I'm using OpenStudio 1.8.5 with new "space" feature, exciting.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-09-10 11:21:57 -0500

updated 2015-09-10 11:22:07 -0500

Sorry, there isn't a away to to view IP in ResultsViewer application. It works with native SQL data which is in SI. If you write reporting measures to create plots you can convert to IP. The Zone Report reporting measure uses zoomable time series line plots more similar to what you would see in Results Viewer. It can give you an idea of what is possible.

edit flag offensive delete link more

Comments

Sorry, I always see IP result in newest Openstudio version 1.8.5, not SI as usual in early version.

lutinfr's avatar lutinfr  ( 2015-09-10 21:12:00 -0500 )edit
1

Yep, the standard report now takes tabular and in a few cases time series data out of an SI SQL file and converts it to IP. Here is an example of code to convert units within a reporting measure.

value_ip = OpenStudio.convert(value_si, source_units_string, target_units_string).get
David Goldwasser's avatar David Goldwasser  ( 2015-09-10 23:14:11 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Careers

Question Tools

1 follower

Stats

Asked: 2015-09-10 10:54:11 -0500

Seen: 764 times

Last updated: Sep 10 '15