NegativeMagneticPort

connector NegativeMagneticPort "Negative quasi-static magnetic port of fundamental wave machines"
    extends FundamentalWave.Interfaces.MagneticPort;

    Modelica.Electrical.QuasiStationary.Types.Reference reference "Reference";

    annotation (
        defaultComponentName = "port_n",
        Diagram(graphics = {
            Text(
                extent = {
                    {-100, 100}, 
                    {100, 60}},
                lineColor = {255, 170, 85},
                textString = "%name"), 
            Ellipse(
                extent = {
                    {-40, 40}, 
                    {40, -40}},
                lineColor = {255, 170, 85},
                fillColor = {255, 255, 255},
                fillPattern = FillPattern.Solid)}),
        Icon(graphics = {
            Ellipse(
                extent = {
                    {-100, 100}, 
                    {100, -100}},
                lineColor = {255, 170, 85},
                fillColor = {255, 255, 255},
                fillPattern = FillPattern.Solid)}),
        Documentation(info = "<html>\n\n<p>\nThe negative pin is based on <a href=\"modelica://Modelica.Electrical.QuasiStationary.SinglePhase.Interfaces.Pin\">Pin</a>.\nAdditionally the reference angle is specified in the connector. The time derivative of the reference angle is the actual angular velocity of the quasi-static voltage and current. The symbol is also designed such way to look different than the <a href=\"modelica://Modelica.Electrical.QuasiStationary.SinglePhase.Interfaces.PositivePin\">positive pin</a>.\n</p>\n\n<h4>See also</h4>\n\n<p>\n<a href=\"modelica://Modelica.Magnetic.QuasiStatic.FundamentalWave.Interfaces.MagneticPort\">MagneticPort</a>,\n<a href=\"modelica://Modelica.Magnetic.QuasiStatic.FundamentalWave.Interfaces.PositiveMagneticPort\">PositiveMagneticPort</a>\n</p>\n</html>"));
end NegativeMagneticPort;