-
Has anything changed trying to plot a single frequency, CW mode? It was discussed in #156, #161 and #386. The solution was to use the 3D plot or Nutmeg script. Trying to manipulate XYZ axis to get a readable plot isn't easy and making a Nutmeg script is tedious and error prone especially for me. The Nutmeg script required to do the attached analysis requires10x the time. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
You don't need to use 3D plots to simulate the CV-curve. I have uploaded an example using script simulation type and vector assembling See the file |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
@dwarning , I will think how to dump the OP variables from each device automatically. This may be technically possible. This will require a netlister extension. I cannot promise a quick result here. It may be needed to introduce a boolean type simulation option like "Dump OP vars". The default should be false, because the variable list will be overcrowded.
You have an error in the script. You have forgot to change the AC source name. The current should be |
Beta Was this translation helpful? Give feedback.
-
@ra3xdh |
Beta Was this translation helpful? Give feedback.
You don't need to use 3D plots to simulate the CV-curve. I have uploaded an example using script simulation type and vector assembling See the file
share/qucs-s/examples/ngspice/CV_curve.sch
See also this comment: #277 (comment) Also see #277 for solution. Unfortunately I have no idea how to automate this and get rid of Nutmeg script.