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

parFind

parFind(
d_cache
t_name
)
=> parasitic_id / nil

Description

Finds a parasitic model or filter in a given cache.

Arguments

d_cache

The parasitic cache in which the model or filter belongs. It includes a cache_id, which is returned by parCacheFind or parCacheGet for a SKILL list that contains library, cell, and view names.

t_name

The name of the parasitic model or filter to be found.

Value Returned

parasitic_id

The id of the object found.

nil

No model or filter was found.

Examples

model = parFind( cache "Constr_5" )
=> ci:0x12f82f30
model->type => netC

Related Topics

Parasitic Aware Design Functions


Return to top
 ⠀
X