analyzeConnDisplayNetOpt
layoutXL.floorplan analyzeConnDisplayNetOpt cyclic { "All" | "Common" | "Exclusive" }
Description
Lets you display the total number of nets that are selected on the canvas. The valid values are All, Common, and Exclusive.
-
All: Highlights all nets that are connected to the selected objects and might be connected to other objects. This is the default value. -
Common: Highlights the nets that are common to the selected objects and might be connected to other objects. -
Exclusive: Highlights the nets that are common to only the selected objects and are not connected to any other objects.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "analyzeConnDisplayNetOpt")
envSetVal("layoutXL.floorplan" "analyzeConnDisplayNetOpt" 'cyclic "Common")
Related Topics
Return to top