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

Revision history [back]

click to hide/show revision 1
initial version

How can I set Number of People through PyEnergyPlus

Hi guys, I am learning about pyenergyplus. I want to set the Number of People through pyenergyplus. I used the following code but I can't get the handle:

people_actuator = self.api.exchange.get_actuator_handle(
            state,
            "People",
            "Number of People",
            "Thermal Zone 1"  
        )

Can anyone please help me with it and Do I have to set the Number of People Calculation Method in the .idf file?

How can I set Number of People through PyEnergyPlus

Hi guys, I am learning about pyenergyplus. I want to set the Number of People through pyenergyplus. I used the following code but I can't get the handle:

people_actuator = self.api.exchange.get_actuator_handle(
            state,
            "People",
            "Number of People",
            "Thermal Zone 1"  
        )

Can anyone please help me with it and Do I have to set the Number of People Calculation Method in the .idf file?