parUpdateMembers
parUpdateMembers(
d_parasitic_id
l_member_list
)
=> t / nil
Description
Updates parasitic model or filter members and their parameters. Existing members have their parameter list updated and new members are added at the end.
This function does not reorder existing members. Reordering should be done in conjunction with parRemoveMembers.
Arguments
Value Returned
Examples
The following example describes how to update a parasitic capacitance filter so that it applies to all nets contained under a hierarchical instance.
parUpdateMembers( filterC list( list( "I15" 'inst ) ) )
=> t
Related Topics
Parasitic Aware Design Functions
Return to top