In MSL4.1, model Modelica.Electrical.Analog.Examples.ResonanceCircuits has strage connect order
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.