Browse Source

An example for non-convergence of the pll if the stepszelimit is removed.

Adding a somewhat relaxed limit by TMAX in the tran command will speed
up the simulation by a factor of 1.5 without compromising the result.
pre-master-46
Holger Vogt 7 years ago
parent
commit
9dec5f5f1e
  1. 2
      examples/xspice/pll/pll-xspice-fstep.cir

2
examples/xspice/pll/pll-xspice-fstep.cir

@ -80,7 +80,7 @@ let pw2 = per2/2
let per3=1/f3
let pw3 = per3/2
*simulate
tran 0.1n $&simtime uic
tran 0.1n $&simtime 0 0.5n uic
*change frequency after stopping
* first pair of [] without spaces, second pair with spaces
alter @vref[pulse] = [ 0 3.3 10n 1n 1n $&pw2 $&per2 ]

Loading…
Cancel
Save