showPropagateConnectivityReport
layoutXL showPropagateConnectivityReport boolean { t | nil }
Description
Reports in CIW the number of shapes, vias, instance pins, and pathSegs to which connectivity is propagated when you assign a net by using the leHiAssignNet function. The report is printed when the propagateAssignNet environment variable is enabled or the Propagate connectivity check box is selected in the Assign Net form.
GUI Equivalent
Examples
envGetVal("layoutXL" "showPropagateConnectivityReport")
envSetVal("layoutXL" "showPropagateConnectivityReport" 'boolean t)
Related Topics
Return to top