analyzeConnWidthOpt
layoutXL.floorplan analyzeConnWidthOpt cyclic { "User Defined" | "Proportionate to connectivity count" }
Description
Specifies the width of the flight lines for the objects connected in the layout view. As the number of flight lines increases, their widths are reduced. The default value is Proportionate. The valid values are:
-
Proportionate: Adjusts the line width depending on the number of connections. -
User Defined: Specifies the width usinganalyzeConnLineSizeWidth.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "analyzeConnWidthOpt")
envSetVal("layoutXL.floorplan" "analyzeConnWidthOpt" 'cyclic "User Defined")
Related Topics
Return to top