Apache HVAC Multiplex Description

The VE Python API allows users create simple programs using the Python Programming Language, to interact with a VE Model and/or Vista Results File
Post Reply
simonp
VE Newbie
VE Newbie
Posts: 2
Joined: Tue Dec 17, 2024 3:25 pm

Apache HVAC Multiplex Description

Post by simonp »

Hi All,

I am looking to extract all the information I can on the multiplexes in my model but have not been able to extract their descriptions. The closest I have got to differentiating which multiplex is which is by extracting the multiplex ID.

The API provides a method of extracting the reference using the below code but it just prints "Multiplex"

Code: Select all

    for multiplex in network.multiplexes:
        print("Multiplex Name:", multiplex.reference)
Is there another way of naming a Multiplex I'm missing within ApacheHVAC related to its reference or is there a piece of code I haven't seen in the API?

Any help would be greatly appreciated!
Post Reply