pteIncludeCutLayers
layout pteIncludeCutLayers boolean { t | nil }
Description
Controls the inclusion and exclusion of cut layers as routing layers. Cut layers are included as routing layers.
The default is t. When set to nil, cut layers are excluded from routing layers.
GUI Equivalent
Examples
envGetVal("layout" "pteIncludeCutLayers")
envSetVal("layout" "pteIncludeCutLayers" 'boolean nil)
Related Topics
Return to top