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

parObjectListModels

parObjectListModels(
d_cache
t_design_object_name
t_design_object_type
)
=> model_id_list / nil

Description

Lists all parasitic models that refer to a given design object as a member.

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_design_object_name

A legal design object name in the CDBA name space.

t_design_object_type

A symbol that describes the database object type of a design object. Possible values are 'inst, 'instTerm, 'master, or 'net.

Value Returned

model_id_list

An id list for all models that refers to the named design object as a member.

nil

No models were found.

Examples

models = parObjectListModels( cache "gnd!" 'net )
=> (ci:0x131973e0 ci:0x131a4e28 ci:0x131b7528 ci:0x12f82f30)
models~>type => (netC netC netC netC)

Related Topics

Parasitic Aware Design Functions


Return to top
 ⠀
X