crossSelectInstTerm
layoutXL crossSelectInstTerm boolean { t | nil }
Description
Enables cross-selection of instance terminals between the schematic and layout cellviews. This environment variable is available only for soft block pins and you should have Level-1 editing enabled to use it. This is because the corresponding instance terminal in the layout exists only in the lower-level and not the top design, which is available only in soft blocks.
Instance terminals selected in the schematic are automatically selected in the layout.
GUI Equivalent
Examples
envGetVal("layoutXL" "crossSelectInstTerm")
envSetVal("layoutXL" "crossSelectInstTerm" 'boolean t)
Related Topics
List of Layout XL Environment Variables
Return to top