parModelListSimParams
parModelListSimParams(d_model_id) =>sim_param_list/ nil
Description
Lists the simulation parameters associated with a parasitic estimate. These are the parameters that are set on the parasitic model that is inserted into the netlist.
Arguments
|
The parasitic model whose simulation parameters must be listed. |
Value Returned
|
List of simulation parameters specifying a name-value pair for the parameter. |
|
Examples
parModelListSimParams( model )
=> ("r" "5")
Related Topics
Parasitic Aware Design Functions
Return to top