get current zone timestep num in Python EMS?
I am trying and cannot find an EMS sensor or output variable that returns the present runtime zone timestep within the hours. Thanks
I am trying and cannot find an EMS sensor or output variable that returns the present runtime zone timestep within the hours. Thanks
It sounds like you're looking for the ZoneTimeStep built-in EMS variable.
Yes, thank you. I need the TimeStepNum built-in. However, I am using the Python API and do not see this available with the Python EMS Data Transfer/Exchange API 0.2. Do you know if there is another way to fetch it via Python? (I have made the title more specific)
It was pointed out to me that you can retrieve TimeStepNum from the zone_time_step_number method. Apparently it was renamed for python EMS. (And for completeness, you can retrieve ZoneTimeStep from the zone_time_step method.)
Thank you, this is exactly what I was looking for.