Short

model Short "Short cut branch"
    extends Interfaces.OnePort;
equation
    v = Complex(0);

    annotation (
        Icon(graphics = {
            Rectangle(
                extent = {
                    {-60, 60}, 
                    {60, -60}},
                lineColor = {85, 170, 255},
                fillColor = {255, 255, 255},
                fillPattern = FillPattern.Solid), 
            Line(
                points = {
                    {91, 0}, 
                    {-90, 0}},
                color = {85, 170, 255}), 
            Text(
                extent = {
                    {-150, 110}, 
                    {150, 70}},
                textString = "%name",
                lineColor = {0, 0, 255})}),
        Documentation(info = "<html>\n<p>\nThis model is a simple short cut branch considering the complex voltage <em><u>v</u></em> = 0.\n</p>\n\n<h4>See also</h4>\n<p>\n<a href=\"modelica://Modelica.Electrical.QuasiStationary.SinglePhase.Ideal.Idle\">Idle</a>\n</p>\n</html>"));
end Short;