Hi,
this question was asked often in the forum (in different ways), but I did not yet find a definitive answer for this:
I am using Assembler to perform simulations.
I am doing a DC sweep on variable "Vgs". The variable is swept by the DC simulation from 0 to 1.0 - not via the tests DesignVariable.
The test DesignDariable is set to "0.99".
Now I want to use the swept variable in output equations via VAR("vgs") - but this gives me a constant of 0.99, and not the expected swept values.
Why is that and how can I access the swept variable ?
Of course I can do the sweep using the DesignVariable "vgs 0:0.1:1", but this creates 11 simulations, that take much longer.
The actual circuit is complex and I want to save simulation time.
I am using IC6.1.7.1400.500.
Please let me know what the best way is to access the sweep variable values.