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

parCacheListModels

parCacheListModels(
d_cache
[ g_includeOutOfContext ]
)
=> model_id_list / nil

Description

Lists all parasitic models from a given cache.

Arguments

d_cache

The parasitic cache in which the model 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 models are listed.

Value Returned

model_id_list

An id list of all parasitic models in the cache.

nil

No filters were found.

Examples

models = parCacheListModels( cache )
=> (ci:0x12d4f1c0 ci:0x12f82f30)
models~>type => (NetR NetC)

Related Topics

Parasitic Aware Design Functions


Return to top
 ⠀
X