BrushParameters

record BrushParameters "Parameter record for brush losses"
    extends Modelica.Icons.Record;

    parameter Modelica.SIunits.Voltage V = 0 "Total voltage drop of brushes for currents > ILinear";
    parameter Modelica.SIunits.Current ILinear(start = 0.01) "Current indicating linear voltage region of brush voltage drop";

    annotation (
        defaultComponentPrefixes = "parameter ",
        Documentation(info = "<html>\n<p>\nParameter record for <a href=\"modelica://Modelica.Electrical.Machines.Losses.InductionMachines.Brush\">three-phase Brush</a> and\n<a href=\"modelica://Modelica.Electrical.Machines.Losses.DCMachines.Brush\">DC Brush</a> losses.\n</p>\n</html>"));
end BrushParameters;