Skip to content

Commit

Permalink
Revert "???"
Browse files Browse the repository at this point in the history
This reverts commit ea740a58823b9ce65f6b54d94a1208dfe7159f98.
  • Loading branch information
AHaumer authored and dietmarw committed Jun 13, 2022
1 parent 990c8fa commit 979a181
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modelica/Electrical/Analog/Examples/DemonstrateLightning.mo
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@ model DemonstrateLightning
parameter Modelica.Units.SI.Time T2=350e-6 "Decay time to half value";
Sources.LightningImpulseVoltage lightning1(
approximation=Modelica.Electrical.Analog.Types.ImpulseApproximation.DoubleExp,

V=100e3,
T1=T1,
T2=T2,
startTime=10e-6) annotation (Placement(transformation(
extent={{-10,10},{10,-10}},
rotation=270,
origin={-70,40})));

Sources.LightningImpulseCurrent lightning2(
approximation=Modelica.Electrical.Analog.Types.ImpulseApproximation.Heidler,

I=100e3,
T1=T1,
T2=T2,
Expand Down

0 comments on commit 979a181

Please sign in to comment.