Product Documentation
Virtuoso Parasitic Aware Design SKILL Reference
Product Version IC23.1, June 2023

parModelUpdateSimParams

parModelUpdateSimParams(
d_model_id
l_sim_param_list
)
=> t / nil

Description

Updates the values of the listed simulation parameters.

Arguments

d_model_id

The parasitic model whose simulation parameters must be updated.

l_sim_param_list

List of simulation parameters to be updated specifying a name-value pair for the parameter.

Value Returned

t

Parameter values were updated.

nil

Parameter values were not updated.

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
 ⠀
X