.data
.datanameparam1[param2...] +val11[val21...] +val12[val22...] .enddata
Description
Enables you to perform data-driven analysis in which parameter values can be modified in different simulations. This statement is used in conjunction with a .tran statement with the keyword data=name.
Arguments
| Name | Description |
|---|---|
Example
.param res = 1 cap = 1f
.tran 1ns 1us sweep data = allpars
.data allpars res cap
+ 1k 1p
+ 10k 10p
.enddata
Tells the Spectre FX simulator to perform two separate simulations with the two pairs of parameters, res and cap.
Return to top