Variable Handle Error while using Python API in EPlus Version 22.1

asked 2022-07-05 11:48:48 -0500

prp92's avatar

updated 2022-07-05 12:13:16 -0500

I tried to get variable handle for the zone mean air temperature. For some zones, API retrieves the Zone Mean air temperature variable handle ID. But for some it does not.

I switched back to 9.60 and found that the same code works for all zone.

Is anyone aware of bugs in EPlus V22.1 preventing to get variable handles for some zones?

Thanks.

edit retag flag offensive close merge delete

Comments

@prp92 Could you provide your files so we can investigate it please? (IDF + .py file)

Julien Marrec's avatar Julien Marrec  ( 2022-09-06 03:45:34 -0500 )edit

Kindly call the "Zone Mean air temperature" variable in Output:variable object in IDF. The variable handle in Python doesn't receive the value unless it is declared in Output:variable object in IDF

nvskumar.m's avatar nvskumar.m  ( 2022-10-17 08:33:39 -0500 )edit