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

dbGetInPlaceCoverObstructionMinMask

dbGetInPlaceCoverObstructionMinMask(
d_InstHeaderId
) 
=> x_minMask

Description

Returns value of the InPlaceCoverObstruction MinMask attribute from the specifed instance header.

Arguments

d_InstHeaderId

ID of an instance header.

Values Returned

x_minMask

Valid InPlaceCoverObstruction MinMask values for the specified instance header.

If the operation fails, returns 0 and displays a warning message.

Examples

Returns 1 as the InPlaceCoverObstruction MinMask attribute value for the instance header instHeaderId.

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

equal(dbGetInPlaceCoverObstructionMinMask(instHeaderId) 1))


Return to top
 ⠀
X