bindIgnoreDummiesFullyConn
layoutXL bindIgnoreDummiesFullyConn boolean { t | nil }
Description
Ignores any unbound, potential dummy instances that are identified as fully connected by all power nets, ground nets, or by a single net of any type after an Update Binding Form run.
The default is nil, which means that the dummy instances are additionally identified if:
- The devices belong to one of the following component types: NMOS, PMOS, NFIN, PFIN, RES, CAP, or IND
- The devices are connected by one or more power nets or one or more ground nets
- The other terminals are unconnected
GUI Equivalent
Examples
envGetVal("layoutXL" "bindIgnoreDummiesFullyConn")
envSetVal("layoutXL" "bindIgnoreDummiesFullyConn" 'boolean t)
Related Topics
List of Layout XL Environment Variables
Return to top