viaSelectionMode
layout viaSelectionMode cyclic { "unknown" | "ignoreLayers" | "useCutLayers" | "useNonCutLayers" }
Description
Controls the selection of vias. You can set the environment variable to one of the following values:
-
unknown: Prevents the selection of vias. -
ignoreLayers: Default. Enables the selection of vias if the Selectability check box for Vias in the Objects assistant is selected. -
useCutLayers: Enables the selection of vias if the Selectability check boxes for Vias in the Objects assistant and for the respective cut layer in the Layers assistant are selected. -
useNonCutLayers: Enables the selection of vias if the Selectability check boxes for Vias in the Objects assistant are selected. Also, both top and bottom layer should be set to visible and at least one bottom or top layer should be selected in the Layers assistant.
GUI Equivalent
Examples
envGetVal("layout" "viaSelectionMode ")
envSetVal("layout" "viaSelectionMode " 'cyclic "useCutLayers")
envSetVal("layout" "viaSelectionMode " 'cyclic "useNonCutLayers")
Related Topics
Return to top