On 02/02/13 06:09, yvk wrote:
> Hi Andrew,
>
> How do I use the instance parameters like w,l,m of a mosfet to write some expressions in opParamExprList(and add they themselves also)?
>
> because I have to use pv()in calculator.
>
> Thanks,
> yvk
>
You could use pv("/I1/M1" "w" ?result 'instance) to get these - or you
could get the effective W from the outputs result - pv("/I1/M1" "weff"
?result 'outputs) (I may have the name of the result wrong here, as I'm
answering this from memory).
Andrew.