In MSL4.1, model `Modelica.Electrical.Analog.Examples.ResonanceCircuits` has strage connect order <img width="968" height="410" alt="Image" src="https://github.com/user-attachments/assets/78613910-408c-4a27-bcd9-bed30e186541" /> Should the above two components swap their position? In `series resonance` , the Adaptor order: currentToVoltageAdaptor2a, voltageToCurrentAdaptor2a, **voltageToCurrentAdaptor2b, currentToVoltageAdaptor2b**, currentToVoltageAdaptor2c, voltageToCurrentAdaptor2c Should the order changes to currentToVoltageAdaptor2a, voltageToCurrentAdaptor2a, **currentToVoltageAdaptor2b, voltageToCurrentAdaptor2b**, currentToVoltageAdaptor2c, voltageToCurrentAdaptor2c Same issue for `parallel resonance`.