[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnucap-devel] Plotting expression using gplot
From: |
al davis |
Subject: |
Re: [Gnucap-devel] Plotting expression using gplot |
Date: |
Tue, 29 Jul 2014 10:11:48 -0400 |
User-agent: |
KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) |
On Monday 28 July 2014, Abhinav singh wrote:
> I need some help regarding storing expression in plotlist. A
> command like plot tran v(1)-v(2) will enlist v(1) and remove
> v(2) from plotlist. What i want is to store v(1)-v(2) as a
> single probe. Is this possible?
Those commands do not support expressions yet. Maybe someday.
The syntax is defined that "-" removes a probe.
As to expressions of waves ... it's needed for measure too.
The WAVE class has some operators in anticipation of handling
expressions. The expression code needs some work to make it
more general, but I do have some stuff as part of an attempt at
IBIS support.
This might be a good project for next year.