parFind
parFind(d_cache t_name) =>parasitic_id/ nil
Description
Finds a parasitic model or filter in a given cache.
Arguments
|
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. |
|
Value Returned
Examples
model = parFind( cache "Constr_5" )
=> ci:0x12f82f30
model->type => netC
Related Topics
Parasitic Aware Design Functions
Return to top