pteAllLayersScope
layout pteAllLayersScope cyclic { "lswLayers" | "techfileLayers" | "nil" }
Description
Defines the scope of layer-purpose pairs to be displayed in the Layers panel.
-
lswLayers: Default. Only the layer-purpose pairs defined in the LSW information file are displayed in the Layers panel. -
techfileLayers: Only the valid layer-purpose pairs defined in the technology file are displayed in the Layers panel.
GUI Equivalent
Examples
envGetVal("layout" "pteAllLayersScope")
envSetVal("layout" "pteAllLayersScope" 'cyclic "techfileLayers")
envSetVal("layout" "pteAllLayersScope" 'cyclic "nil")
Related Topics
Return to top