10.06.2016 Views

eldo_user

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Running Parametric Analyses<br />

Nested Sweeps Examples<br />

• One with both P1=2.0 and mylib using variant MAX.<br />

Related Topics<br />

Sweeping Parameters Examples<br />

Nested Sweeps Examples<br />

.DATA Parameter Sweeps Examples<br />

Nested Sweeps Examples<br />

You can define several .STEP commands with an unlimited number of nesting levels. Multiple<br />

sweeps can change concurrently.<br />

• This example specifies that the value of resistor R22 will be swept from 20k to 100k,<br />

with an increment of 1k => 81 points, parameter COX will be swept from 0.4m to 0.3m<br />

at the same time with 81 increment points. R22 and COX are varying together and 81<br />

simulations are performed.<br />

.STEP E(R22,R) 20k 100k 1k M(MOS1,COX) 0.4m 0.3m<br />

• This examples specifies that 81 simulations for the first .step, 31 simulations for the<br />

second .step, with a total of 81 x 31 simulations performed.<br />

.STEP E(R22,R) 20k 100k 1k M(MOS1,COX) 0.4m 0.3m<br />

.STEP P(p1) 1 1000 DEC 10<br />

• In this example 3 simulations will be performed. The first one with p1=1 and mylib<br />

using variant min, the second one with p1=1.5 and mylib using variant typ, and the third<br />

one with p1=2 and mylib using variant max.<br />

.STEP P(p1) 1 2 0.5 LIB(mylib) LIST min typ max<br />

• In the following example, two simulations will be performed. The first with R1 value of<br />

20k, TEMP is 27 and uses the LIB variant typ for file corna.lib. The second with R1<br />

value set to 10k, a TEMP value of −40 and the LIB variant fast of the file corna.lib.<br />

.STEP PARAM (E(R1,R) TEMP LIB(corna.lib)) LIST<br />

+ (20k 27 typ)<br />

+ (10k -40 fast)<br />

Related Topics<br />

Sweeping Parameters Examples<br />

.DATA Parameter Sweeps Examples<br />

Eldo® User's Manual, 15.3 295

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!