J
Jim Thompson
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
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