analyzeConnDisplayConn
layoutXL.floorplan analyzeConnDisplayConn cyclic { "Auto" | "Manual" }
Description
Specifies the mode in which connectivity information is to be displayed when a block is selected. The valid values are:
-
Auto: Enables dynamic selection of objects such as instances, PR boundary, and figGroups. Connectivity information is refreshed dynamically when you select a different object. -
Manual: Specifies that the connectivity information does not change dynamically. This is the default value.
GUI Equivalent
|
Connectivity – Analyze – Connectivity – Display Connectivity On Selection Change |
|
Examples
envGetVal("layoutXL.floorplan" "analyzeConnDisplayConn")
envSetVal("layoutXL.floorplan" "analyzeConnDisplayConn" 'cyclic "Auto")
Related Topics
Return to top