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

Kunyu's profile - activity

2023-06-13 20:41:14 -0500 asked a question How to add a setpoint manager after cooling coil in an airloop through openstudio sdk python

How to add a setpoint manager after cooling coil in an airloop through openstudio sdk python I would like to add a setpo

2023-05-12 04:44:57 -0500 asked a question Add setpoint manager after cooling coil in an air loop through openstudio API Python

Add setpoint manager after cooling coil in an air loop through openstudio API Python I would like to build an air loop w

2023-03-23 20:14:16 -0500 marked best answer Add custom fan to VRF terminal with openstudio sdk

Hi,

How do I edit or add a custom fan component to a VRF terminal through openstudio sdk?

I noticed that under "ZoneHVACTerminalUnitVariableRefrigerantFlow", there are member functions "setCoolingCoil" and "setHeatingCoil", which allows me to add my own coils to the terminal. However I don't see any functions for adding a fan.

Only function relevant I found is "supplyAirFan" (to get the fan object).

Thanks.

2023-03-23 20:14:12 -0500 commented answer Add custom fan to VRF terminal with openstudio sdk

I see. Thank you Eric!

2023-03-22 20:49:22 -0500 received badge  Editor (source)
2023-03-22 20:49:22 -0500 edited question Add custom fan to VRF terminal with openstudio sdk

Add custom fan to VRF terminal with openstudio sdk Hi, How do I edit or add a custom fan component to a VRF terminal th

2023-03-22 20:48:44 -0500 asked a question Add custom fan to VRF terminal with openstudio sdk

Add custom fan to VRF terminal with openstudio sdk Hi, How do I edit or add a custom fan component to a VRF terminal th

2023-03-07 20:12:37 -0500 commented answer Measure written in Python

got it! Merci beacoup!

2023-03-06 04:04:28 -0500 marked best answer Measure written in Python

Does the measure have to be written in Ruby?

I noticed there is a python version of measure file in OpenStudio Example directory, but when I run it returns the error message “Can’t find measure xxx” in initialization state.

Not sure if I can use python to write measure instead of Ruby.

2023-03-06 04:04:28 -0500 received badge  Scholar (source)
2023-03-06 03:33:54 -0500 commented answer Measure written in Python

Merci Julien. I got another question: how does the measure XML file be created? Should I code it by hand or is there an

2023-03-06 02:58:06 -0500 received badge  Student (source)
2023-03-03 15:47:12 -0500 asked a question Measure written in Python

Measure written in Python Does the measure have to be written in Ruby? I noticed there is a python version of measure f