snafflekid
Full Member level 4
- Joined
- May 9, 2007
- Messages
- 211
- Helped
- 31
- Reputation
- 62
- Reaction score
- 8
- Trophy points
- 1,298
- Location
- USA
- Activity points
- 2,644
I am trying to sweep the value of a parameter with the .STEP command (I am using ELDO if that matters)
What I want to do is go through a list of parameters like this:
.STEP PARAM VSS VDD LIST (0 3) (0 5) (-5 5) (-8 8)
and then use the values set in VSS and VDD to sweep another parameter:
.STEP PARAM S VSS VDD INCR 0.1
but I get an error saying:
Error: (eldo - 1655) Unable to have a STEP boundary changed at run time. This is occurring
+ dealing with the 2nd .step command where VSS is supposed to be changed.
Is there a workaround solution?
What I want to do is go through a list of parameters like this:
.STEP PARAM VSS VDD LIST (0 3) (0 5) (-5 5) (-8 8)
and then use the values set in VSS and VDD to sweep another parameter:
.STEP PARAM S VSS VDD INCR 0.1
but I get an error saying:
Error: (eldo - 1655) Unable to have a STEP boundary changed at run time. This is occurring
+ dealing with the 2nd .step command where VSS is supposed to be changed.
Is there a workaround solution?