pteLSManagerRespectFilters
layout pteLSManagerRespectFilters boolean { t | nil }
Description
Turns on and off the visibility or selectability status using the + and – buttons in the Layer Set Manager, which are used for the layers present in a layer set, work with respect to the filter settings defined on the Scope and Filter toolbar.
The Scope toolbar provides three options for filtering layers, namely, Valid, Used, and Routing. The Filter toolbar enables you to define search criteria for filtering layers.
For example, if you select the Valid check box on the Scope toolbar, and click the + button in the Layer Set Manager to turn on the visibility of a layer set, then visibility is turned on for only the valid layers of the layer set. It does not affect the visibility setting of the invalid layers.
GUI Equivalent
Examples
envGetVal("layout" "pteLSManagerRespectFilters")
envSetVal("layout" "pteLSManagerRespectFilters" 'boolean t)
Related Topics
Return to top