Variable Handle Error while using Python API in EPlus Version 22.1

asked 2 years ago

prp92's avatar

updated 2 years ago

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.

Preview: (hide)

Comments

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

Julien Marrec's avatar Julien Marrec  ( 2 years ago )

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  ( 2 years ago )