J
Jim Thompson
PSpice Simulation Problem:
I have a (decimal) parameter (P) that varies from 1 thru 18 in steps
of 1.
With only IF-THEN-ELSE, AND (&), OR (|) and Algebraic operator
capabilities, how do I most compactly separate the following events:
P = 1 or 4 or 7 or 10 or 13 or 16
P = 2 or 5 or 8 or 11 or 14 or 17
P = 3 or 6 or 9 or 12 or 15 or 18
Thanks!
...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 (|) and Algebraic operator
capabilities, how do I most compactly separate the following events:
P = 1 or 4 or 7 or 10 or 13 or 16
P = 2 or 5 or 8 or 11 or 14 or 17
P = 3 or 6 or 9 or 12 or 15 or 18
Thanks!
...Jim Thompson