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
|
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. |
|
|
A symbol that describes the database object type of a design object. Possible values are ' |
|
Value Returned
|
An |
|
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