cloningSearchIn
layoutXL cloningSearchIn cyclic { "Schematic" | "Layout" }
Description
Controls the scope and criteria used when searching for target structures that match the clone source structure.
The default is "Schematic", which means the search for matching target structures is run in the selected schematic cellview. When set to "Layout", the search is run in the selected layout cellview.
GUI Equivalent
|
Search (Generate Clones Form) |
Examples
envGetVal("layoutXL" "cloningSearchIn")
envSetVal("layoutXL" "cloningSearchIn" 'cyclic "Layout")
Related Topics
Clone Source Selection and Target Search and Generation
List of Layout XL Environment Variables
Return to top