parModelUpdateSimSweeps
parModelUpdateSimSweeps(
d_model_id
l_sim_sweep_list
)
=> t / nil
Description
Updates the sweeps of the listed simulation parameters.
Arguments
|
The parasitic model whose simulation sweeps you want to update. |
|
|
The list of sweeps to be updated. This should be a list that alternates between name and sweep value. |
Value Returned
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