Hi, I'm trying to do a parameter sweep over a transient simulation but I don't get the expected result. I get the same result for every value of the parameter being swept (a voltage source).
Is this a bug or I'm doing something wrong? I checked the output with Octave.
The schematic
Hello,
you are sweeping the V1 parameter, but not using this variable in any component, so the circuit does not change while doing the sweep.
As an example, you could assing V1 to the V2 source value U, by using "U=V1" instead of "U=1V" there.
Thanks Claudio. I made a mistake with the voltage source name. Anyway, I thought I should put the component's name in the parametric sweep dialog. Thanks for clarifying!