| Author |
Message |
Lychak Vladlen
Guest
|
Posted:
Tue Nov 02, 2004 5:56 am Post subject:
Spectre and Spice |
|
|
867381554
What is PSpice analogue of if-else structure in Spectre?
How to make conditional decription of parameters in PSpice?
|
|
| Back to top |
|
 |
fogh
Guest
|
Posted:
Thu Nov 04, 2004 9:22 am Post subject:
Re: Spectre and Spice |
|
|
Lychak Vladlen wrote:
| Quote: | 867381554
What is PSpice analogue of if-else structure in Spectre?
How to make conditional decription of parameters in PSpice?
same syntax as any spice AFAIK, just use |
testexpression?trueval:falseval
there is also a "structural if statement" but I found it rather limited
and autistic last time I tried.
see
spectre -h expressions
and
spectre -h if
for more.
(nb:I am not joking) |
|
| Back to top |
|
 |
Andrew Beckett
Guest
|
Posted:
Fri Nov 05, 2004 11:15 am Post subject:
Re: Spectre and Spice |
|
|
Frederic,
Lychak was asking how to do this in pspice, not spectre...
(sorry, I don't know the answer, as I rarely use pspice).
Andrew.
On Wed, 03 Nov 2004 23:22:25 -0500, fogh <oghdayan_AT@xs4all_dot.nl>
wrote:
| Quote: | Lychak Vladlen wrote:
867381554
What is PSpice analogue of if-else structure in Spectre?
How to make conditional decription of parameters in PSpice?
same syntax as any spice AFAIK, just use
testexpression?trueval:falseval
there is also a "structural if statement" but I found it rather limited
and autistic last time I tried.
see
spectre -h expressions
and
spectre -h if
for more.
(nb:I am not joking) |
|
|
| Back to top |
|
 |
fogh
Guest
|
Posted:
Fri Nov 05, 2004 4:04 pm Post subject:
Re: Spectre and Spice |
|
|
Oopsie. I should not answer NGs so late at night.
Lychak,
you can use in Pspice either this syntax
testexpression?trueval:falseval
or that syntax
IF(testexpression,trueval,falseval)
Andrew Beckett wrote:
| Quote: | Frederic,
Lychak was asking how to do this in pspice, not spectre...
(sorry, I don't know the answer, as I rarely use pspice).
Andrew.
On Wed, 03 Nov 2004 23:22:25 -0500, fogh <oghdayan_AT@xs4all_dot.nl
wrote:
Lychak Vladlen wrote:
867381554
What is PSpice analogue of if-else structure in Spectre?
How to make conditional decription of parameters in PSpice?
same syntax as any spice AFAIK, just use
testexpression?trueval:falseval
there is also a "structural if statement" but I found it rather limited
and autistic last time I tried.
see
spectre -h expressions
and
spectre -h if
for more.
(nb:I am not joking)
|
|
|
| Back to top |
|
 |
|
|
|
|