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

Revision history [back]

How do you access data stored in a measure run in OpenStudio

When using the measure framework in OpenStudio, measures are applied one after the other. These measures can store information for later analysis using the following method.

runner.registerValue( "ValueName","Value")

There are times when applying two measures that measure #2 needs information that was stored in measure #1. Is there any mechanism that can accomplish this?

Cheers,

Phylroy

How do you access data stored in a measure run in OpenStudio

When using the measure framework in OpenStudio, measures are applied one after the other. These measures can store information for later analysis using the following method.

runner.registerValue( "ValueName","Value")

There are times when applying two measures that measure #2 needs information that was stored in measure #1. Is there any mechanism that can accomplish this?

Cheers,

Phylroy