Majci
Newbie
Hello,
I simulate this simple circuit in eldo:
V1 in1 in2 iport=1 MODE=single
V2 in2 0 iport=2 MODE=single
V0 in1 0 ac 1
R1 in1 in2 1k
L1 in2 0 10m (or 10n)
.ac dec 100 1 10meg
.PLOT AC ZR(1,1) ZI(1,1)
Also I simulate the same circuit in LTspice to compare the results:
V0 in1 0 ac 1
R1 in1 in2 1k
L1 in2 0 10m (or 10n)
.ac dec 100 1 10meg
.plot ac Re(V(in1)/I(V0))
.plot ac Im(V(in1)/I(V0))
It is strange, that the results of impedance are very different (magnitude and phase) when I put there L1=10m, but when I put there L1=10n I got the same results in both simulations. I know that correct results are in LTspice. Does anybody know why the ELDO is simulate differently? Is simulation of RE and IM part of Impedance in ELDO well written? If not how should I simulated it?
Thank you
I simulate this simple circuit in eldo:
V1 in1 in2 iport=1 MODE=single
V2 in2 0 iport=2 MODE=single
V0 in1 0 ac 1
R1 in1 in2 1k
L1 in2 0 10m (or 10n)
.ac dec 100 1 10meg
.PLOT AC ZR(1,1) ZI(1,1)
Also I simulate the same circuit in LTspice to compare the results:
V0 in1 0 ac 1
R1 in1 in2 1k
L1 in2 0 10m (or 10n)
.ac dec 100 1 10meg
.plot ac Re(V(in1)/I(V0))
.plot ac Im(V(in1)/I(V0))
It is strange, that the results of impedance are very different (magnitude and phase) when I put there L1=10m, but when I put there L1=10n I got the same results in both simulations. I know that correct results are in LTspice. Does anybody know why the ELDO is simulate differently? Is simulation of RE and IM part of Impedance in ELDO well written? If not how should I simulated it?
Thank you