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

dbIsCellViewPhysicalOnly

dbIsCellViewPhysicalOnly(
d_cvId
)
=> t / nil

Description

Checks whether the connectivity detail of a cellview is visible only to the block domain or to both the block domain and the OpenAccess module domain.

Arguments

d_cvId

Database ID of a cellview.

Value Returned

t

The cellview is visible to the block domain only.

nil

The cellview is visible to both block and module domains.

Example

Confirms that the cellview cvid is visible only to the block domain.

dbIsCellViewPhysicalOnly(cvId) 
nil

Related Topics

Connectivity Creation and Modification Functions


Return to top
 ⠀
X