OCEAN -> Plotting to strips

E

extra

Guest
Hello,

I am trying to generate plots using OCEAN scripts. If I use the
following commands:

plot( v("n1") v("n2") v("n3") )
displayMode( "strip" )

I will get a plot window with 3 separate strips. Each strip will
coorespond to the three voltages that I specified in the plot
statement.

What if I wanted to plot 2 of the signals on one strip? For example I
wanted v("n1") and v("n2") to share teh same y axis and v("n3") has
its own axis (2 strips total).

How do I specify strips in OCEAN?

thanks in advance.....
 
On Sun, 20 Mar 2005 04:02:54 -0600, extranjero27@yahoo-dot-com.no-spam.invalid
(extra) wrote:

Hello,

I am trying to generate plots using OCEAN scripts. If I use the
following commands:

plot( v("n1") v("n2") v("n3") )
displayMode( "strip" )

I will get a plot window with 3 separate strips. Each strip will
coorespond to the three voltages that I specified in the plot
statement.

What if I wanted to plot 2 of the signals on one strip? For example I
wanted v("n1") and v("n2") to share teh same y axis and v("n3") has
its own axis (2 strips total).

How do I specify strips in OCEAN?

thanks in advance.....
I filed an enhancement request asking for exactly this a little while
ago. I think it's coming in IC5251, and will be via a new option ?strip in
the plot function.

Before then, you can use awvPlotWaveform - which has an
argument ?stripNumber - see the docs for more details.

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top