Skip to content

Commit

Permalink
Fix documentation of Tp2 and Tp
Browse files Browse the repository at this point in the history
  • Loading branch information
christiankral committed Jan 20, 2022
1 parent c0ebd98 commit f6b3e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modelica/Electrical/Batteries/Utilities/PulseSeries.mo
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ block PulseSeries "Series of pulses"
parameter Real amplitude2=-amplitude1 "Amplitude of 2nd pulse series";
parameter Integer n2(min=0)=1 "Number of pulses of 2nd series";
parameter SI.Time T2=T1 "Length of pulses of 2nd series";
parameter SI.Time Tp2=Tp1 "Pause between pulses of 1st series";
parameter SI.Time Tp "Pause between the two series";
parameter SI.Time Tp2=Tp1 "Pause between pulses of 2nd series";
parameter SI.Time Tp "Pause (in addition to TP1) between the two series";
extends Modelica.Blocks.Interfaces.SignalSource;
protected
parameter SI.Time Tstart1[n1]={startTime + (k-1)*(T1 + Tp1) for k in 1:n1};
Expand Down

0 comments on commit f6b3e11

Please sign in to comment.