Skip to content

Commit def61b3

Browse files
Update Electrical.jl
1 parent 31afae3 commit def61b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Electrical/Electrical.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ include("Analog/ideal_components.jl")
2222
export CurrentSensor, PotentialSensor, VoltageSensor, PowerSensor, MultiSensor
2323
include("Analog/sensors.jl")
2424

25-
export SignalVoltage, ConstantVoltage, SineVoltage, StepVoltage, RampVoltage, SquareVoltage, TriangularVoltage, CosineVoltage, ExpSineVoltage
26-
export SignalCurrent, ConstantCurrent, SineCurrent, StepCurrent, RampCurrent, SquareCurrent, TriangularCurrent, CosineCurrent, ExpSineCurrent
25+
export Voltage, Current
2726
include("Analog/sources.jl")
2827

2928
# include("Digital/components.jl")

0 commit comments

Comments
 (0)