monte carlo simulation result in a file

S

Sabyasachi

Guest
Hi everybody,

I want to write monte carlo simulation results in a file . I am using
the following code in my ocean script

procedure(ABiterVsValue(@key (output poport) @rest args)
let(((poport output))
apply('iterVsValue args)
)
)

;and then use:

myOut=outfile("~/myOutput.txt")
ABiterVsValue("BW_27" ?output myOut)
close(myOut)


but my output file is empty after simulation.

Please help.

Cheers
Sabyasachi
 
Sabyasachi wrote, on 04/08/10 08:05:
Hi everybody,

I want to write monte carlo simulation results in a file . I am using
the following code in my ocean script

procedure(ABiterVsValue(@key (output poport) @rest args)
let(((poport output))
apply('iterVsValue args)
)
)

;and then use:

myOut=outfile("~/myOutput.txt")
ABiterVsValue("BW_27" ?output myOut)
close(myOut)


but my output file is empty after simulation.

Please help.

Cheers
Sabyasachi
Hi Sabyasachi,

Which version of the IC tools are you using? Can you perhaps show the complete
monte carlo OCEAN script (I'm assuming you actually have a measure called "BW"
and are simulating at 27 degrees). Are you calling monteResults()? I assume that
iterVsValue(...) doesn't output anything either - does it give any errors or
warnings?

Regards,

Andrew.
 

Welcome to EDABoard.com

Sponsor

Back
Top