pteRetainFilterSettings
layout pteRetainFilterSettings boolean { t | nil }
Description
Synchronizes the setting of the Scope filters, namely Valid, Used, Routing, and MPT, across synchronized layout windows. The default is nil.
For example, if you apply the Routing filter by selecting the Routing check box in one layout window, it is automatically applied to all open layout windows, and also to those that are opened subsequently, as long as the windows stay synchronized.
GUI Equivalent
Examples
envGetVal("layout" "pteRetainFilterSettings")
envSetVal("layout" "pteRetainFilterSettings" 'boolean t)
Related Topics
Return to top