mustConnectAllPins
layout mustConnectAllPins boolean { t | nil }
Description
Checks if the LEF58_MUSTJOINALLPORTS property is applied to all newly created pin terminals in the layout, which implies that the router must connect all pins of the selected terminal. This setting is applicable only when Connectivity in the Create Pin form is set to Weak.
The default is nil, in which case the property is not applied.
GUI Equivalent
Examples
envGetVal("layout" "mustConnectAllPins")
envSetVal("layout" "mustConnectAllPins" 'boolean t)
Related Topics
Return to top