parUpdateParams
parUpdateParams(
d_parasitic_id
l_parameter_list
)
=> t / nil
Description
Updates the parameter values of the listed parameters. Default values will reset the parameter to default and the storage for the default value will be deleted. Enumerated values will be reset first, then updated rather than appended.
Arguments
Value Returned
Examples
The following example describes how to update a parasitic resistance filter to exclude all resistors with a value less than 1.0 ohm.
parUpdateParams( filterR list( list( "include" "threshold" ) list("threshold" 1.0 ) ) )
=> t
Related Topics
Parasitic Aware Design Functions
Return to top