Browse Source

New names for the (experimental) ramp-time capacitor and inductor code models

pre-master-46
Holger Vogt 5 years ago
parent
commit
70e4d2157e
  1. 4
      examples/xspice/original-examples/supply_ramping.deck

4
examples/xspice/original-examples/supply_ramping.deck

@ -11,11 +11,11 @@ Supply ramping option
.option ramptime=0.2
*
a1 1 0 cap
.model cap capacitor (c=1000uf ic=1)
.model cap capacitoric (c=1000uf ic=1)
r1 1 0 1k
*
a2 2 0 ind
.model ind inductor (l=1H ic=1)
.model ind inductoric (l=1H ic=1)
r2 2 0 1.0
*
v1 3 0 1.0

Loading…
Cancel
Save