gpeFindArrayPatternDiffs
gpeFindArrayPatternDiffs(g_ref1 g_ref2) =>t/nil
Description
Compares array patterns of the specified Modgen constraints or sandbox objects and reports differences, if any.
Arguments
|
Specifies a schematic or layout constraint or a sandbox object. |
|
|
Specifies another schematic or layout constraint or sandbox object. |
Value Returned
Examples
Compares Modgens scon and lcon present in the schematic and layout views and reports differences, if any.
gpeFindArrayPatternDiffs(scon lcon)
Compares GPE sandboxes sbox1 and sbox2 and reports differences, if any.
gpeFindArrayPatternDiffs(sbox1 sbox2)
Return to top