lxSchExtractTopLevelOnly
layoutXL lxSchExtractTopLevelOnly boolean { t | nil }
Description
Specifies that only the top level of the schematic is to be extracted during the following commands in the Connectivity menu.
- Generate All From Source
- Generate Clones
- Check Against Source
- Update Components And Nets
- Define Device Correspondence
The lower level schematics are not extracted, even if they need to be extracted.
GUI Equivalent
Examples
envGetVal("layoutXL" "lxSchExtractTopLevelOnly")
envSetVal("layoutXL" "lxSchExtractTopLevelOnly" 'boolean t)
envSetVal("layoutXL" "lxSchExtractTopLevelOnly" 'boolean nil)
Related Topics
Generating All Components from Source
List of Layout XL Environment Variables
Return to top