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

How to get the value of a meter using the Python API?

asked 2022-06-22 09:07:42 -0500

RafaB's avatar

updated 2022-06-22 18:12:14 -0500

Does anybody have any examples of how to use the Python API of EnergyPlus to get the value of a meter? I cannot figure out how to do it by just reading the documentation.

edit retag flag offensive close merge delete

Comments

I would like to get the values of heating and cooling EnergyTransfer.

RafaB's avatar RafaB  ( 2022-06-22 09:24:12 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-07-11 02:52:21 -0500

You can use get_meter_handle and get_meter_value. They work exactly like get_variable_handle and get_variable_value.

I have a short example here: https://github.com/jmarrec/OpenStudio... (jump to "Use a class instead of globals"), but E+ also ships with multiple examples in the ExampleFiles folder (they all start with PythonPlugin)

edit flag offensive delete link more

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: 2022-06-22 09:07:42 -0500

Seen: 567 times

Last updated: Jul 11 '22