Skip to content

Commit

Permalink
Reduce size of image
Browse files Browse the repository at this point in the history
by applying `convet -resize 50% PulseSeries.png PulseSeries.png`
  • Loading branch information
christiankral committed Jan 20, 2022
1 parent 43f3e25 commit 2e9edcf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Modelica/Electrical/Batteries/Utilities/PulseSeries.mo
Expand Up @@ -36,10 +36,13 @@ equation
Line(
points={{80,0},{100,0}},
color={0,0,0},
pattern=LinePattern.Dash)}), Documentation(info="<html>
pattern=LinePattern.Dash)}), Documentation(info= "<html>
<p>
Starting at <code>time = startTime</code>, first a series of <code>n1</code> pulses of <code>amplitude1</code> with length <code>T1</code> and pause after each pulse <code>Tp1</code> is issued.</p>
<p>
Starting at <code>time = startTime</code>, first a series of <code>n1</code> pulses of <code>amplitude1</code> with length <code>T1</code> and pause after each pulse <code>Tp1</code> is issued.<br>
Then, after a pause <code>Tp</code>, a series of <code>n2</code> pulses of <code>amplitude2</code> with length <code>T2</code> and pause after each pulse <code>Tp2</code> is issued.
</p>
<img src=\"modelica:///Modelica/Resources/Images/Electrical/Batteries/Utilities/PulseSeries.png\" alt=\"PulseSeries.png\">
</html>"));
end PulseSeries;
end PulseSeries;

0 comments on commit 2e9edcf

Please sign in to comment.