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

parDelete

parDelete(
d_parasitic_id
)
=> t / nil

Description

Deletes a parasitic model or filter. After deleting the object, the parasitic_id becomes invalid.

Using the parasitic_id after the original object has been deleted can cause fatal errors.

Arguments

d_parasitic_id

The id of the parasitic model or filter to be deleted.

Value Returned

t

The parasitic object is deleted.

nil

The parasitic object is not deleted.

Examples

parDelete( filter )
=> t
parDelete( model )
=> t

Related Topics

Parasitic Aware Design Functions


Return to top
 ⠀
X