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)Any help would be greatly appreciated!
