Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

cphSbDisplayObstruction

cphSbDisplayObstruction(
g_cphId
{ g_sbId | l_physLCV }
[ ?obsType t_ObstructionType ]
)
=> t / nil

Description

Displays information about the specified obstruction.

Arguments

g_cphId

ID of the physical configuration cellview

g_sbId

ID of the soft block

l_PhysLCV

List of ("lib" "cell" "view") triplets

[ ?obsType t_ObstructionType ]

Type of obstruction. Valid values are: "placement", "routing", "fill", "slot", "pin", "feedthru", and "screen".

Value Returned

t

Displays information about the obstruction, such as the obstruction type, offsets, and layer name.

nil

The command was unsuccessful.

Example

cphSbDisplayObstruction(cphId sbId ?obsType "routing")

Return to top
 ⠀
X