Menu

#53 Measure-Statement for voltage drop v(n1, n2)

open
nobody
None
5
2018-11-04
2018-04-09
No

I would like to report from a bug with the measure statement to evaluate for example the RMS-value of a voltage drop. Attached you can find an example prepared from Robert Larice for the illustration of this bug.

General information:
Ngspice version: 26 and 27
Operation system: Linux (Linux Mint) and Windows

Best Regards,
Thomas

1 Attachments

Discussion

  • Holger Vogt

    Holger Vogt - 2018-11-04

    Ticket moved from /p/ngspice/bugs/356/

     
  • Holger Vogt

    Holger Vogt - 2018-11-04
    • summary: Measure-Statement for voltage drop --> Measure-Statement for voltage drop v(n1, n2)
    • Group: v1.0 (example) --> Next Release (example)
     
  • Holger Vogt

    Holger Vogt - 2018-11-04

    result being a voltage difference is not (yet) implemented in a measure statement. So for now use the workaround

    *meas tran UrmsB RMS v(2,1)
    *print UrmsB
    
    * work around
    let aux = v(2,1)
    meas tran UrmsB RMS aux
    
     

    Last edit: Holger Vogt 2018-11-04

Log in to post a comment.