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

parCacheListFilters

parCacheListFilters(
d_cache
[ g_includeOutOfContext ]
)
=> filter_id_list / nil

Description

Lists all parasitic filters from a given cache.

Arguments

d_cache

The parasitic cache in which the 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.

g_includeOutOfContext

If set to t, the out-of-context filters are listed.

Value Returned

filter_id_list

An id list of all parasitic filters in the cache.

nil

No filters were found.

Examples

filters = parCacheListFilters( cache )
=> (ci:0x12e4d890 ci:0x12f36620)
filters~>parameters
=> ((("type" enum "R") 
    ("subtype" enum "both") 
    ("include" enum "all") 
    ("threshold" float 0.0)
     ) 
     (("type" enum "C") 
    ("subtype" enum "both") 
    ("include" enum "all") 
    ("threshold" float 0.0)
     )
)

Related Topics

Parasitic Aware Design Functions


Return to top
 ⠀
X