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.

help needed: saving the results of monte carlo analysis

Status
Not open for further replies.

varunmjman

Junior Member level 3
Joined
Feb 17, 2009
Messages
31
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Location
India
Activity points
1,492
Hi,

I did a transient run in monte carlo analysis in Virtuoso ADEXL. After the run i used an ocean script to save the output voltage at specific time instances. The code I used is given below

_________________________________________________________________
out = outfile("/home/analog/MyOutputFiles/my_ckt_output.out" "w")

openResults("/home/analog/Sim/my_ckt_test/adexl/results/data/MonteCarlo.3/1/My_LIbrary:my_ckt_Test:1/psf" t)

selectResults('tran)
outputs()
for(tt 0 10
time=tt*0.000000244+0.00000018
fprintf(out "%f \n" value(VT("OUTPUT"),time))
)
close(out)
________________________________________________________________

but I am not getting any results in the output file.
Is there any problem with the program??
What should be the input of the function selectResults()? I used 'tran. but is this the same for monte carlo analysis also???
 

Try enabling the "save data to allow family plots" option on the monter carlo setup window.
I have solved similar problems with that (a calculator script returned nill)
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top