modgenPToTPinCoverViaModeTrunkOver
layoutXL modgenPToTPinCoverViaModeTrunkOver cyclic { "matchTrunk" | "full" | "fullExceptTop" }
Description
Specifies the via mode to be applied when a trunk or a pin is covered by a via stack. The following options are available:
-
matchTrunk: Covers the width of the trunk. -
full: Covers the entire pin shape. -
fullExceptTop: Covers the entire trunk on the top via layer and the entire pin on the lower via layers.
The default value is matchTrunk.
GUI Equivalent
Examples
envGetVal("layoutXL" "modgenPToTPinCoverViaModeTrunkOver")
envSetVal("layoutXL" "modgenPToTPinCoverViaModeTrunkOver" 'cyclic "full")
envSetVal("layoutXL" "modgenPToTPinCoverViaModeTrunkOver" 'cyclic "fullExceptTop")
Return to top