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

parRemoveMembers

parRemoveMembers(
d_parasitic_id
l_member_index_list
)
=> t / nil

Description

Removes members from a parasitic model or filter.

Arguments

d_parasitic_id

The parasitic model or filter from which the members must be removed.

l_member_index_list

List of integer indexes indicating the members to be removed. For example, (2 4) for 2nd and 4th member.

Value Returned

t

Members were removed from the parasitic model or filter.

nil

Members were not removed.

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
 ⠀
X