ignoreParallelMinWidthForSquarePinResize
layout ignoreParallelMinWidthForSquarePinResize boolean { t | nil }
Description
Determines whether to ignore the minWidth constraint along the direction perpendicular to the WSP track for square pins.
GUI Equivalent
Examples
envGetVal("layout" "ignoreParallelMinWidthForSquarePinResize")
envSetVal("layout" "ignoreParallelMinWidthForSquarePinResize" 'boolean t)
Related Topics
ignorePCellSnapPropertyForDevice
layout ignorePCellSnapPropertyForDevice boolean { t | nil }
Description
Determines whether to ignore the properties, leSnapGridHorizontal, leSnapGridVertical, leSnapPatternSnappingHorizontalGrid, and leSna[pPatternSnappingVerticalGrid, set on a device or the device master. These properties cause device snapping in abstract mode. Ignoring these properties cause device snapping in detail mode.
GUI Equivalent
Examples
envGetVal("layout" "ignorePCellSnapPropertyForDevice")
envSetVal("layout" "ignorePCellSnapPropertyForDevice" 'boolean t)
Related Topics
Return to top