lceGetFracturedShapesFromNet
lceGetFracturedShapesFromNet(d_netID[g_substrateOnly] ) => t / nil
Description
Generates a report of fractured shapes corresponding to a specific net.
Arguments
|
ID of the net for which the report on fractured shapes needs to be generated. |
|
|
A boolean that limits the report to the net IDs corresponding to the substrate. |
Value Returned
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