DCDCConcept

class DCDCConcept "DC/DC converter concept"
    extends Modelica.Icons.Information;

    annotation (
        DocumentationClass = true,
        Documentation(info = "<html>\n\n<p>The following DC/DC converter topologies are currently included in the PowerConverters library.</p>\n\n<ul>\n<li>Chopper step down converter</li>\n<li>H bridge converter; four quadrant operation</li>\n</ul>\n\n<h4>Control</h4>\n\n<p>A pulse width modulation (PWM)\n<a href=\"modelica://Modelica.Electrical.PowerConverters.DCDC.Control\">controller</a>\nis provided.\n</p>\n\n<h4>Examples</h4>\n\n<p>Some examples are provided at\n<a href=\"modelica://Modelica.Electrical.PowerConverters.Examples.DCDC\">Examples.DCDC</a>.\n</p>\n</html>"));
end DCDCConcept;