parRemoveMembers
parRemoveMembers(
d_parasitic_id
l_member_index_list
)
=> t / nil
Description
Removes members from a parasitic model or filter.
Arguments
|
The parasitic model or filter from which the members must be removed. |
|
|
List of integer indexes indicating the members to be removed. For example, |
|
Value Returned
Examples
The following example describes how to remove two instance terminals from a parasitic resistance estimate. As a result, no resistors are inserted for these members and they are connected directly to the center of the star network.
parRemoveMembers( model list( list( "D2:MINUS" 'instTerm ) list( "D3:MINUS" 'instTerm ) ) )
=> t
Related Topics
Parasitic Aware Design Functions
Return to top