First time here? Check out the Help page!

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 9 years ago

lutinfr's avatar

updated 7 years ago

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.

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
2

answered 9 years ago

updated 9 years ago

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.

Preview: (hide)
link

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  ( 9 years ago )
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  ( 9 years ago )

Your Answer

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

Add Answer

Training Workshops

Careers

Question Tools

1 follower

Stats

Asked: 9 years ago

Seen: 791 times

Last updated: Sep 10 '15