Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbCVHasNetSetProp

dbCVHasNetSetProp( 
d_cellviewId
) 
=> t / nil 

Description

Determines if the netSet property is set on a cellview.

Arguments

d_cellviewId

Database ID of the source cellview.

Value Returned

t

The property is set on the cellview.

nil

The property is not set.

Examples

cv = dbOpenCellViewByType( “netSetLib” “test1” “schematic” “schematic” “w”)
dbCVHasNetSetProp(cv) ==> t

Related Topics

Inherited Connections Functions

Net and Terminal Name Syntax

Instance Name Syntax

Return to top
 ⠀
X