Modelica nested/combined connectors
问题 I have some Modelica components that need to be connected twice, with two different connectors (lets call them typeAconnector and typeBconnector ). Is there a way to build a "super-connector" that internally uses the two connectors? The goal would be to have connect(component1.superconnector, component2.superconnector automatically translated into connect(component1.typeAconnector, component2.typeAconnector); connect(component1.typeBconnector, component2.typeBconnector); Ideally, it should