Skip to content

Commit 76994fa

Browse files
other name
1 parent 0a8e9a1 commit 76994fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Electrical/analog.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ _damped_sine_wave(x, f, A, st, ϕ, d) = exp((st - x) * d) * A * sin(2 * π * f *
277277

278278
for i in 1:lastindex(sources)
279279
source = sources[i]
280-
@info "Testing Voltage with $(source.name) source"
280+
@info "Testing Voltage with $(nameof(source)) source"
281281
eqs = [connect(source.output, voltage.V)
282282
connect(voltage.p, voltage_sensor.p, res.p)
283283
connect(res.n, cap.p)

0 commit comments

Comments
 (0)