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.

How to Plot the Outputs in Ocean

Status
Not open for further replies.

teem

Junior Member level 1
Joined
Nov 17, 2009
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,408
Dear All:



I am new to ocean script. I am using foreach loop to change the value of a variable, run the simulation and calculate the output which is a single value. Codes are like below



foreach(i ‘(1 3 5)

desVar(“variable” i)

run()

voutAt10ns=value(VT(“/vp”) 10n) ;one value for each condition

)​



Now I want to plot output vs. input, i.e., Y axis is voutAt10ns and X axis is (1 3 5). Could anyone tell me how to do that?

Thank you very much.
 

The best (easiest) way is to get a simulation run, use the
Calculator to plot things as you want them, save the session
as an Ocean script and pick out the syntactic bits you like.
Too much fine detail to type you a script-snippet from
memory, with any hope of it working.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top