1

How to implement CUMULATIVE meters in OpenStudio?

Hello,

I am currently working on implementing meters and custom meters in my OpenStudio model via the BCL reporting measures "Add Meter" and "Custom Meter", respectively.

However, I cannot figure out how to implement the cumulative-style meters?

Thanks

mechyai's avatar
312
mechyai
asked 2021-08-12 14:25:30 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2021-08-17 11:21:21 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Did you try the setCumulative method?

macumber's avatar
12k
macumber
answered 2021-08-12 19:51:10 -0500
edit flag offensive 0 remove flag delete link

Comments

@macumber I have not seen this, and do not know how to implement this. Could you please explain? I have only been using the BCL (Reporting, QAQC) Measures

mechyai's avatar mechyai (2021-08-12 20:47:21 -0500) edit

It would have to be be added to the measure source code. You could try it by modifying the measure source codeor you could post an enhancement request issue at https://github.com/NREL/openstudio-co.... Modifying measures is not that hard, the measure writing guide is a good reference.

macumber's avatar macumber (2021-08-21 23:34:12 -0500) edit
add a comment see more comments