Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top