analyzeConnFontOpt
layoutXL.floorplan analyzeConnFontOpt cyclic { "User Defined" | "Auto" }
Description
Specifies the font size used for labels displayed on flight lines. For example, if there are 47 connections between two devices, its label would have a larger font size than the label between devices with 14 connections. The valid values are:
-
Auto: Adjusts the font size based on the number of connections. This is the default value. -
User Defined: Uses the absolute font size specified using theanalyzeConnFontSizeenvironment variable.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "analyzeConnFontOpt")
envSetVal("layoutXL.floorplan" "analyzeConnFontOpt" 'cyclic "User Defined")
Related Topics
Return to top