Skip to content

LTSpice_RawWrite for noise plots #63

Answered by nunobrum
PatriceBar asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @PatriceBar
I've Just committed a version that allows you to create the Noise Plots.
The previous version was not able to create them, because it was assuming that files where the first variable is 'frequency' were 'complex'.
This was not fixed alongside with other small issues.
The example below demonstrates how to use it with simulations from different steps. I think you can easily change to merge different simulations. One important thing. It would be best if all simulations have the same axis values. In other words the same .noise command.

from PyLTSpice.LTSpice_RawRead import LTSpiceRawRead
from PyLTSpice.LTSpice_RawWrite import LTSpiceRawWrite

LTR = LTSpiceRawRead('Noise.raw')
p…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@PatriceBar
Comment options

@nunobrum
Comment options

Answer selected by nunobrum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants