A
Andrew Beckett
Guest
Erik,
OP is not an OCEAN function. It is an ADE calculator function, and only properly
works when the simulation is run from ADE. Similarly, VT, VF, etc.
You should use the OCEAN pv() function instead. Similarly for VT, VF, you
should use v(). Sometimes OP and VT, VF etc work (as you've seen), but
not always - and it is _much_ safer to use the documented OCEAN data access
functions in an OCEAN script.
Andrew.
On 10 Jul 2003 20:55:22 -0700, erikwanta@starband.net (Erik Wanta) wrote:
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd
OP is not an OCEAN function. It is an ADE calculator function, and only properly
works when the simulation is run from ADE. Similarly, VT, VF, etc.
You should use the OCEAN pv() function instead. Similarly for VT, VF, you
should use v(). Sometimes OP and VT, VF etc work (as you've seen), but
not always - and it is _much_ safer to use the documented OCEAN data access
functions in an OCEAN script.
Andrew.
On 10 Jul 2003 20:55:22 -0700, erikwanta@starband.net (Erik Wanta) wrote:
--I have an OCEAN script. If I don't use resultsDir() and then do
OP("/R0" "i") I get 3mA. When I use resultsDir(), I get nil for
OP("/R0" "i"). Note that the model for R0 is a subcircuit. Why does
it work w/o resultsDir() and not without? I am thinking it has
something to do with the ananlog mapping directory (amap).
---
Erik
Andrew Beckett
Senior Technical Leader
Custom IC Solutions
Cadence Design Systems Ltd