DC_ElectricalExcited

model DC_ElectricalExcited "Quasistationary electrical shunt/separate excited linear DC machine"
    extends Machines.BasicMachines.DCMachines.DC_ElectricalExcited(final quasiStationary = true);
    extends Machines.Icons.QuasiStationaryMachine;

    annotation (
        defaultComponentName = "dcee",
        Documentation(info = "<html>\n<strong>Quasistationary model of a DC Machine with electrical shunt or separate excitation.</strong><br>\nThis model is fully compatible with the\n<a href=\"modelica://Modelica.Electrical.Machines.BasicMachines.DCMachines.DC_ElectricalExcited\">transient machine model of a DC machine with electrical shunt or separate excitation</a>;\nthe only difference is that electrical transients are neglected.\n</html>"));
end DC_ElectricalExcited;