pinSelectionMode
layout pinSelectionMode cyclic { "ignoreLPP" | "useLPPIncludeShapes" | "useLPPExcludeShapes" }
Description
Determines the selectability of pins and shapes.
-
ignoreLPP: Pins are selectable if the Pin check box in the Objects assistant is selected. -
useLPPIncludeShapes: Default. Instance pins are selectable if the Pin check box in the Object pane is selected and the LPP of the shape corresponding to the instance pin is set to selectable in the Layer pane. -
useLPPExcludeShapes: Instance pins are selectable only if the Pin check box in the Object pane is selected. The LPP of the shape corresponding to the instance pin is not considered.
GUI Equivalent
Examples
envGetVal("layout" "pinSelectionMode")
envSetVal("layout" "pinSelectionMode" 'cyclic "ignoreLPP")
envSetVal("layout" "pinSelectionMode" 'cyclic "useLPPExcludeShapes")
Related Topics
Return to top