help-gnucap
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnucap] comment in e_node.cc


From: al davis
Subject: Re: [Help-gnucap] comment in e_node.cc
Date: Sat, 12 Jul 2003 23:09:30 -0600
User-agent: Mutt/1.3.28i

On Sun, Jul 13, 2003 at 10:55:38AM +0800, Fernan Bolando wrote:
> what does this comment mean?
> 
> /*--------------------------------------------------------------------------*/
> /* volts_limited: transient voltage, best approximation, with limiting
>  */
> 
> does this mean I can't use it to probe the voltage accross my models nodes?

Strictly, that is correct.  In practice, when converged the error is
small enough that you probably won't notice.

It should be used only in the "gather" phase of model evaluation.  It
should never be used by anything called by a "probe" (print, plot,
alarm, ...) command.

You should use the model compiler if you can.  There, in the probe
section, if you just say something like "@n_base[V] - @n_sub[V]", it
should do the right thing.

al.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]