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

.ALTER Examples<br />

By default, Eldo substitutes the .STEP commands in the main netlist by those found in .ALTER<br />

statements. To append .STEP commands in .ALTER statements, instead of substituting, use<br />

option ALTER_ADDSTEP.<br />

.PARAM statements present in a .ALTER section are systematically added at the end of the<br />

netlist being created for the current ALTER run. Eldo will not attempt to replace the parameter<br />

name; it is recommended to avoid using .ALTER to replace parameters inside .SUBCKT<br />

statements.<br />

By default, .ALTER restarts from the original netlist, in compat mode .ALTER is cumulative,<br />

see “Commands in Compat Mode” on page 168.<br />

See Also<br />

• .ALTER in the Eldo Reference Manual<br />

Related Topics<br />

Altering Netlist Data For Simulation Reruns<br />

.ALTER Examples<br />

.ALTER Examples<br />

Examples of rerunning simulations with a modified netlist using the .ALTER command.<br />

This example specifies two simulation runs. Both perform an AC analysis but certain<br />

component values, the number of points and stop frequency of the AC analysis are changed<br />

using the .alter command for the second run.<br />

alter command example<br />

r1 1 2 1k<br />

r2 2 0 1k<br />

c1 2 0 1n<br />

.ac dec 10 200 1000meg<br />

vin 1 0 ac 1<br />

.plot ac vdb(2) (-90, 0)<br />

.alter<br />

r1 1 2 10k<br />

c1 2 0 100p<br />

.ac dec 15 200 1500meg<br />

.end<br />

This example shows how to replace one included file with another one when using the Eldo rerun<br />

facility with the option ALTINC. The new_models file will be included in the re-run<br />

simulation instead of models.<br />

300<br />

Eldo® User's Manual, 15.3

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

Saved successfully!

Ooh no, something went wrong!