Skip to content

Frequency not a valid parameter in transient parameter sweep? #837

Answered by ra3xdh
oe1rsa asked this question in Q&A
Discussion options

You must be logged in to vote

Neither Nsgpice, neither Qucsator doesn't accept such syntax for device parameter. You have to use an intermediate variable. Look at the section 5 of the quick reference guide: https://ra3xdh.github.io/pdf/qucs_s_tutorial.pdf You have to define for example f=Freq1 for AC source and define Param=Freq1 for simulation. Qucsator accepts only variables as parameter for parameter sweep simulation. Ngspice also suports device sweep. Model parameter sweep also could be done using intermediate variable and @p1[f] syntax is not needed anymore. Nevertheless this syntax is not valid for AC source, because the frequency is not a model parameter.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@oe1rsa
Comment options

Answer selected by oe1rsa
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