From 979a181a19aac16f28128d24216a1934b36f2bf5 Mon Sep 17 00:00:00 2001 From: Anton Haumer Date: Sun, 20 Feb 2022 12:49:38 +0100 Subject: [PATCH] Revert "???" This reverts commit ea740a58823b9ce65f6b54d94a1208dfe7159f98. --- Modelica/Electrical/Analog/Examples/DemonstrateLightning.mo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modelica/Electrical/Analog/Examples/DemonstrateLightning.mo b/Modelica/Electrical/Analog/Examples/DemonstrateLightning.mo index b9a7e9635e..21ef4abd41 100644 --- a/Modelica/Electrical/Analog/Examples/DemonstrateLightning.mo +++ b/Modelica/Electrical/Analog/Examples/DemonstrateLightning.mo @@ -6,6 +6,7 @@ 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, @@ -13,9 +14,9 @@ model DemonstrateLightning 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,