Ticket #5465: LockedRotorTest.2.mo

File LockedRotorTest.2.mo, 313 bytes (added by Dietmar Winkler, 7 years ago)
Line 
1model LockedRotorTest
2 extends Modelica.Electrical.Machines.Examples.AsynchronousInductionMachines.AIMC_DOL(aimc(useSupport = true), terminalBox.terminalConnection = "Y");
3equation
4 connect(aimc.support, aimc.flange) annotation(
5 Line(points = {{0, -50}, {0, -50}, {0, -40}, {0, -40}}));
6end LockedRotorTest;