Hi guys, does any one know how LTSpice decides on the order of 2 step commands?
For example:
.step param A list 1 2
.step param B list 3 4
When you run, which is the outer loop and which one is the inner loop?
I.e. do we get:
Sim 1: A=1 B=3
Sim 2: A=1 B=4
Sim 3: A=2 B=3
Sim 4: A=2 B=4
- OR -
Sim 1: A=1 B=3
Sim 2: A=2 B=3
Sim 3: A=1 B=4
Sim 4: A=2 B=4
Is there a way to force an order?
Thanks!
- Sandro
For example:
.step param A list 1 2
.step param B list 3 4
When you run, which is the outer loop and which one is the inner loop?
I.e. do we get:
Sim 1: A=1 B=3
Sim 2: A=1 B=4
Sim 3: A=2 B=3
Sim 4: A=2 B=4
- OR -
Sim 1: A=1 B=3
Sim 2: A=2 B=3
Sim 3: A=1 B=4
Sim 4: A=2 B=4
Is there a way to force an order?
Thanks!
- Sandro