lxGenerationTopLevelOnly
layoutXL lxGenerationTopLevelOnly boolean { t | nil }
Description
Generates layout instances only from top-level schematic instances during the Generate All From Source and the Generate Selected From Source commands. Hierarchical schematic instances are not generated in the layout.
GUI Equivalent
Examples
envGetVal("layoutXL" "lxGenerationTopLevelOnly")
envSetVal("layoutXL" "lxGenerationTopLevelOnly" 'boolean t)
envSetVal("layoutXL" "lxGenerationTopLevelOnly" 'boolean nil)
Related Topics
Generate Selected Components Form
List of Layout XL Environment Variables
Return to top