J
Jim Thompson
Guest
PSpice Simulation Problem (A More Difficult Variation):
I have a (decimal) parameter (P) that varies from 1 thru 18 in steps
of 1.
With only IF-THEN-ELSE, AND (&, OR (|), Algebraic and MODULO operator
capabilities, how do I most compactly separate the following events:
P = 1 or 2 or 3
P = 4 or 5 or 6
P = 7 or 8 or 9
P = 10 or 11 or 12
P = 13 or 14 or 15
P = 16 or 17 or 18
Thanks!
(In case anyone is curious, I'm trying to build a multi-variable
stepping capability into PSpice's restriction of one .STEP statement.
I have a lot of Process/Voltage/Temperature simulations to do for a
design review and I'm trying to minimize the amount of hand-editing.)
...Jim Thompson
--
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona Voice480)460-2350 | |
| E-mail Address at Website Fax480)460-2142 | Brass Rat |
| http://www.analog-innovations.com | 1962 |
I love to cook with wine. Sometimes I even put it in the food.
I have a (decimal) parameter (P) that varies from 1 thru 18 in steps
of 1.
With only IF-THEN-ELSE, AND (&, OR (|), Algebraic and MODULO operator
capabilities, how do I most compactly separate the following events:
P = 1 or 2 or 3
P = 4 or 5 or 6
P = 7 or 8 or 9
P = 10 or 11 or 12
P = 13 or 14 or 15
P = 16 or 17 or 18
Thanks!
(In case anyone is curious, I'm trying to build a multi-variable
stepping capability into PSpice's restriction of one .STEP statement.
I have a lot of Process/Voltage/Temperature simulations to do for a
design review and I'm trying to minimize the amount of hand-editing.)
...Jim Thompson
--
| James E.Thompson, P.E. | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona Voice480)460-2350 | |
| E-mail Address at Website Fax480)460-2142 | Brass Rat |
| http://www.analog-innovations.com | 1962 |
I love to cook with wine. Sometimes I even put it in the food.