Does anyone know if tclspice supports .noise analysis? I've tried
several different syntaxes used in other spices (examples below),
but always get error messages.
Thanks!!
Jerry Krinock
More details....
For example:
.noise v(out) Vin dec 2000 1e7 1e8
.print noise ONOISE INOISE
where "out" is a node name and "Vin" is an independent AC source.
The above results in these errors:
Warning: can't parse 'onoise': ignored
Warning: can't parse 'inoise': ignored
Error: no data saved for Noise analysis; analysis not run
doAnalyses: not found
If I change the .print statement to:
.print noise v(out)
then I get similar errors:
Warning: can't parse 'out': ignored
Error: no data saved for Noise analysis; analysis not run