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

lceGetFracturedShapesFromNet

lceGetFracturedShapesFromNet(
d_netID
[ g_substrateOnly ]
)
=> t / nil

Description

Generates a report of fractured shapes corresponding to a specific net.

Arguments

d_netID

ID of the net for which the report on fractured shapes needs to be generated.

g_substrateOnly

A boolean that limits the report to the net IDs corresponding to the substrate.

The default is nil.

Value Returned

t

The report of fractured shapes.

nil

Fractured shapes do not exist.

Examples

lceGetFracturedShapesFromNet(GND)

Generates a report of fractured shapes on the GND net.

lceGetFracturedShapesFromNet(VDD t)

Generates a report of fractured shapes on the substrate that are connected to the GND net.


Return to top
 ⠀
X