varunmjman
Junior Member level 3

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???
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???