lxSelectedExtendSchematic
lxSelectedExtendSchematic( ) => t / nil
Description
Extends the current selection of instances to include any instances that are part of the bound top-level schematic.
Arguments
Value Returned
|
No new instance was found or the selection could not be extended. |
Example
Consider that NAND2_0|N0 is selected while NAND2_0|N1, NAND2_0|P0, and NAND2_0|P3 are not selected but are bound to the same top-level schematic instance as NAND2_0|N0.
When you run lxSelectedExtendSchematic(), NAND2_0|N1, NAND2_0|P0, and NAND2_0|P3 are also added to the selected set.
Return to top