Re: Finding voltage between nodes

al davis <[email protected]> Mon, 5 Sep 2016 09:42:52 -0400
Newsgroups gmane.comp.gnu.gnucap.general
Message-ID <[email protected]>
On Mon, 05 Sep 2016 15:01:29 +0200
Orestes Mas <[email protected]> wrote:

> Is there any simple way to find the voltage between two arbitrary nodes?


The easiest way is to put a component in the circuit, and ask for its
voltage.  Or .. there is probably one there already.

Iprobe (4 5) 0

.print op v(Iprobe)

To store it ..
.store op v(Iprobe)