How to access monteCarlo iteration/OP data?

K

kiriti

Guest
Hello everyone,

I am new to ocean scripting and came across this problem. When I run
a normal simulation this is how I access the results->

for operating point data

selectResult('tranOp)
temp = getData(car(outputs())) /*gives me the data for first device

now temp has a list that I can use (by ->), But when I run a
monteCarlo simulation...

selectResult('tranOp 3.0) /* third iteration
temp = getData(car(outputs()))
gives me an error. Intresting thing is selectResult('tran 3.0) does
work and gives me waveforms. Can't I select device data or find out
what parameters it used for that particular run? Furthermore How do i
select a particular result given a parametric analysis with 2 or more
variables nested. forgive me if this question is stupid and/or I
missed something from the manual.

kiriti.
 
Try using sweepNames and sweepVarValues commands. For description, of
course, see manual.
 

Welcome to EDABoard.com

Sponsor

Back
Top