[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gnucap] Finding voltage between nodes
From: |
Orestes Mas |
Subject: |
[Help-gnucap] Finding voltage between nodes |
Date: |
Mon, 05 Sep 2016 15:01:29 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-36-generic; KDE/5.23.0; x86_64; ; ) |
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.
- [Help-gnucap] Finding voltage between nodes,
Orestes Mas <=