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

parModelUpdateSimSweeps

parModelUpdateSimSweeps(
d_model_id
l_sim_sweep_list
)
=> t / nil

Description

Updates the sweeps of the listed simulation parameters.

Arguments

d_model_id

The parasitic model whose simulation sweeps you want to update.

l_sim_sweep_list

The list of sweeps to be updated. This should be a list that alternates between name and sweep value.

Value Returned

t

The sweeps were updated.

nil

The sweeps were not updated.

Examples

The following example describes how to set the components on a parasitic resistance estimate to sweep from 1 to 5 ohms in steps of 2 ohms.

parModelUpdateSimSweeps( model list( "r" "1:2:5" ) )
=> t

Related Topics

Parasitic Aware Design Functions


Return to top
 ⠀
X