Skip to content

Commit

Permalink
Remove superfluous imports (already done in the Electrical package
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmarw committed Jan 18, 2022
1 parent 5914e8d commit 122aa76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ within Modelica.Electrical.Analog.Examples;
model DemoPowerSupplyWithBuffer
"Demonstrate how to avoid back current to the DC Power Supply"
extends Modelica.Icons.Example;
import Modelica.Units.SI;
parameter SI.Current amplitude = 50 "Pulse current amplitude peak-to-peak";
parameter SI.Current offset = -25 "Pulse current offset";
parameter Real dutyCycle(final min = 0, final max = 1) = 0.5 "Pulse current duty cycle";
Expand Down
1 change: 0 additions & 1 deletion Modelica/Electrical/Analog/Sources/DCPowerSupply.mo
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
within Modelica.Electrical.Analog.Sources;
model DCPowerSupply "Simple model of a DC power supply cv - cp - cc"
import Modelica.Units.SI;
import Modelica.Constants.eps;
parameter SI.Voltage V0(final min = eps) = 60 "No-load voltage";
parameter SI.Current I0(final min = eps) = 50 "Short-circuit current";
Expand Down

0 comments on commit 122aa76

Please sign in to comment.