开云体育

Multiple .step or param at the same time


 

Hello,

A dumb question:

Is it possible to execute multiple .step commands each with one param or
one .step with multiple param
at the same time ?

Thank you in advance for an answer.

Rudi

--
Cet e-mail a été vérifié par le logiciel antivirus d'AVG.
www.avg.com


 

开云体育

Yes, but it's not in the Help. Search the list archives for 'Stepping to the max.' /g/LTspice/files/z_yahoo/Tut/Stepping%20to%20the%20max

On 2024-06-01 13:24, Rudolf Schaffer wrote:
Hello,

A dumb question:

Is it possible to execute multiple .step commands each with one param or
one .step with multiple param
at the same time ?

Thank you in advance for an answer.

Rudi

--
Cet e-mail a été vérifié par le logiciel antivirus d'AVG.






--
OOO - Own Opinions Only
Best wishes
John Woodgate, Rayleigh, Essex UK
Keep trying

Virus-free.


 

开云体育

Thank you John for your answer.
I will look this archive.
Best regards,
Rudi

Le 01.06.2024 à 14:33, John Woodgate a écrit?:

Yes, but it's not in the Help. Search the list archives for 'Stepping to the max.' /g/LTspice/files/z_yahoo/Tut/Stepping%20to%20the%20max

On 2024-06-01 13:24, Rudolf Schaffer wrote:
Hello,

A dumb question:

Is it possible to execute multiple .step commands each with one param or
one .step with multiple param
at the same time ?

Thank you in advance for an answer.

Rudi

--
Cet e-mail a été vérifié par le logiciel antivirus d'AVG.






--
OOO - Own Opinions Only
Best wishes
John Woodgate, Rayleigh, Essex UK
Keep trying

Virus-free.


 

开云体育

On 01/06/2024 15:24, Rudolf Schaffer wrote:
Thank you John for your answer.
I will look this archive.
Rather than using multiple .STEPs, it is better to wrap the params within the same .STEP block, e.g.:

.STEP param Var1 1 10 1
+ param Var2 1 10 1
+ param Var3 list 1 2 5 10

This way, you can always be sure which order the levels operate, whereas if you use multiple .STEPs, the top one is whichever you added to the schematic first, because the order of execution is determined by the order they appear in the schematic .asc file.

You can use up 3 levels and a total of 65535 (2^16-1) combinations.

--
Regards,
Tony


 

开云体育

While I have *very occasionally* had a need to use more than three variable params, I've *always* found that the graphs become hopelessly cluttered way before getting near to 65535 combinations!

On 1 Jun 2024, at 15:44, Tony Casey via <tony@...> wrote:

You can use up 3 levels and a total of 65535 (2^16-1) combinations.


 

开云体育

On 01/06/2024 16:59, Tom Wiltshire wrote:
While I have *very occasionally* had a need to use more than three variable params, I've *always* found that the graphs become hopelessly cluttered way before getting near to 65535 combinations!
It depends on the circumstances. Sometimes the graph is unimportant if, for example, you're doing a Monte Carlo analysis. Then all you want is the exported data for post-processing. 10,000-20,000 steps is not an unreasonable step count for situations like that.

--
Regards,
Tony