dbCVHasNetSetProp
dbCVHasNetSetProp(d_cellviewId) => t / nil
Description
Determines if the netSet property is set on a cellview.
Arguments
Value Returned
Examples
cv = dbOpenCellViewByType( “netSetLib” “test1” “schematic” “schematic” “w”)
dbCVHasNetSetProp(cv) ==> t
Related Topics
Inherited Connections Functions
Instance Name Syntax
Return to top