plotting output result using OCEAN on Assembler

Status
Not open for further replies.

melkord

Full Member level 3
Joined
May 18, 2018
Messages
151
Helped
0
Reputation
0
Reaction score
1
Trophy points
18
Activity points
1,772
I would like to plot my output using OCEAN in Assembler/Explorer.
Here is one of the outputs from the generated OCEAN script.
Code:
ocnxlOutputExpr( "swapSweep((cross(VT(\"/VOUT_INV\") 0.6 1 \"falling\" nil nil nil) - cross(VT(\"/VOUT_INV\") 0.6 1 \"rising\" nil nil nil)) \"N\")" ?name "across_TOT" ?plot t ?evalType 'maa)

After executing the script using load(), nothing is plotted.
What did I miss?

Previously, I used ADEL to generate plots when performing gm/id characterization.
What I did was defining traces and used ocnYvsYplot() to plot.
I tried similar thing in my current OCEAN script and wrote something like below lines, but still it does not plot.
Code:
VOUT_INV = v("/VOUT_INV" ?result "tran")
newWindow()
plot(VOUT_INV)
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…