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

dbCreateInPlaceCoverObstruction

dbCreateInPlaceCoverObstruction(
d_InstHeaderId
l_intRange
) 
=> t/nil

Description

Creates an InPlaceCoverObstruction object on the specified instance header.

Arguments

d_InstHeaderId

ID of an instance header.

l_intRange

Integer mask range (minMask, maxMask) for the InPlaceCoverObstruction to be created on the instance header.

Values Returned

t

An InPlaceCoverObstruction object is created on the specified instance header.

nil

The operation failed.

Examples

The above function is passed an instance header ID along with a closed range of integers with minimum mask value of 1, and maximum mask value of 4, both values inclusive.

inst = dbCreateInst(cv master "inst" list(3 4) "R0" 1)
     instHeaderId = inst~>instHeader
     dbCreateInPlaceCoverObstruction(instHeaderId list("closed" 1 4))


Return to top
 ⠀
X