parObjectListFilters
parObjectListFilters(d_cache t_design_object_name t_design_object_type) =>filter_id_list/ nil
Description
Lists all parasitic filters 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
filters = parObjectListFilters( cache "gnd!" ’net )
=> (ci:0x129033a0 ci:0x12f9fac8)
filters~>parameters
=> ((("type" enum "C") ("subtype" enum "both") ("include" enum "none") ("threshold" float 0.0) ) (("type" enum "R") ("subtype" enum "both") ("include" enum "threshold") ("threshold" float 0.0) )
)
Related Topics
Parasitic Aware Design Functions
Return to top