Finding voltage between nodes
Orestes Mas <[email protected]> Mon, 05 Sep 2016 15:01:29 +0200
| Newsgroups | gmane.comp.gnu.gnucap.general |
|---|---|
| Organization | UPC |
| Message-ID | <2548745.h2acQ8l8Xa@oersted> |
Hello, Is there any simple way to find the voltage between two arbitrary nodes? By now I can achieve it doing: gnucap> store op v(nodes) gnucap> op gnucap> measure va=at(probe="v(2)") gnucap> measure vb=at(probe="v(5)") gnucap> eval va-vb But I consider this a bit cumbersome, specially the "measure" sentences. Orestes.