G
Genome
Guest
"Helmut Sennewald" <HelmutSennewald@t-online.de> wrote in message
news:d2meq6$i20$05$1@news.t-online.com...
I just spotted it.
I've been writing
..noise V(out) V(vset) dec 20 1 100K
Where V(vset) references an output port, called VSET
connected to a voltage source, called V3.
That messes up the analysis and corrupts the data in
the noise dialog tab. I should be writing.
..noise V(out) V3 dec 20 1 100K
whoops
DNA
DNA
news:d2meq6$i20$05$1@news.t-online.com...
Thanks for taking the time over this one.Example:
--------
This is the error message which you will get if you have written
.noise out v2 oct 100 100 1k
instead of the correct
.noise V(out) v2 oct 100 100 1k
Circuit: * F:\Programme\Ltc\SwCADIII\examples\Educational\noise.asc
Error on line 67 : .noise out v2 oct 100 100 1k
bad syntax [.noise v(OUT) SRC {DEC OCT LIN} NP FSTART FSTOP
PTSPRSUM>]
Fatal Error: .NOISE syntax error
Best Regards,
Helmut
To all:
The .NOISE analysis correctly works in LTspice.
A user should ask himself why it doesn't work as expected.
I just spotted it.
I've been writing
..noise V(out) V(vset) dec 20 1 100K
Where V(vset) references an output port, called VSET
connected to a voltage source, called V3.
That messes up the analysis and corrupts the data in
the noise dialog tab. I should be writing.
..noise V(out) V3 dec 20 1 100K
whoops
DNA
DNA