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

dbIsBlockageColored

dbIsBlockageColored(
d_blockageId
)
=> t / nil

Description

Indicates whether the specified blockage is colored in a color other than grayColor.

Arguments

d_blockageId

Specifies the blockage ID

Value Returned

t

Returns t if the specified blockage is not colored in grayColor

nil

Returns nil if the blockage is colored in grayColor or there is an error

Example

dbIsBlockageColored( coloredBlockage ) => t
dbIsBlockageColored( dbCreateLayerBlockage( cvId "M1" "routing" '((0 0) (100 0) (100 100)) ) ) => nil   ; newly created blockages are colored in gray color.

Return to top
 ⠀
X