parModelUpdateSimParams
parModelUpdateSimParams(
d_model_id
l_sim_param_list
)
=> t / nil
Description
Updates the values of the listed simulation parameters.
Arguments
|
The parasitic model whose simulation parameters must be updated. |
|
|
List of simulation parameters to be updated specifying a name-value pair for the parameter. |
Value Returned
Examples
The following example describes how to set the component values for a parasitic resistance model to 1 ohm.
parModelUpdateSimParams( model list( "r" "1" ) )
=> t
Related Topics
Parasitic Aware Design Functions
Return to top