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

S.Wang's profile - activity

2022-06-10 07:48:46 -0500 received badge  Self-Learner (source)
2022-03-09 15:06:19 -0500 marked best answer How can I use Pandas in a derived class of EnergyPlusPlugin

I import pandas on top of my .py file, and run the simulation. The error says that 'No module named pandas'.

2022-03-02 04:10:20 -0500 received badge  Rapid Responder (source)
2022-03-02 04:10:20 -0500 answered a question How can I use Pandas in a derived class of EnergyPlusPlugin

Problem solved. The directory of Pandas needs to be added to the search path object in the IDF file. Otherwise, energy

2022-03-02 03:22:29 -0500 commented answer How can I use Pandas in a derived class of EnergyPlusPlugin

Thank you very much! I actually have installed pandas and have managed to use it in some other python scripts. But in

2022-03-01 07:54:27 -0500 asked a question How can I use Pandas in a derived class of EnergyPlusPlugin

How can I use Pandas in a derived class of EnergyPlusPlugin I import pandas on top of my .py file, and run the simulatio

2022-03-01 07:50:56 -0500 asked a question Using Pandas in a derived class of EnergyPlusPlugin

Using Pandas in a derived class of EnergyPlusPlugin As stated in the title, I would like to import Pandas and use some o

2022-01-28 10:46:10 -0500 asked a question how does get_trend_sum() api work?

how does get_trend_sum() api work? If the simulation comes to the 100th timesteps, what will get_trend_sum(state, handle

2022-01-28 10:38:45 -0500 commented answer Meter's in EMS sampling as Output Variables, no accumulation within reporting frequency

Could you please briefly introduce how we can accumulate it via Python code?

2022-01-28 10:10:17 -0500 commented question Cumulative meter value in Python:Plugin

Thank you for replying! I would like to get the cumulative value in my python plugin programs, but the Output:Meter:Cum

2022-01-28 06:14:01 -0500 asked a question Cumulative meter value in Python:Plugin

Cumulative meter value in Python:Plugin How can we get the cumulative value of a Output:meter in Python:Plugin? . which

2021-05-27 04:59:23 -0500 received badge  Supporter (source)
2021-05-19 02:31:40 -0500 received badge  Teacher (source)
2021-05-19 01:56:46 -0500 answered a question Python EMS actuators

Hi, the actuators used by Python API are actually the same as those for EMS. So If you want to know the component type (

2021-05-19 01:56:46 -0500 received badge  Rapid Responder (source)
2021-05-11 09:47:33 -0500 received badge  Student (source)
2021-05-11 07:42:53 -0500 asked a question Python plugin user defined plant

Python plugin user defined plant Hi, I am trying to implement a user-defined plant component controlled by Python. But I