pibPushNonPowerGndNet
layoutXL pibPushNonPowerGndNet boolean { t | nil }
Description
Selects nets other than power and ground nets to be pushed into blocks.
The default value is nil, in which case all nets are selected.
GUI Equivalent
|
Push Into Blocks – Net Selection – Regular (non-Power/Ground) Net(s) ( |
Examples
envGetVal("layoutXL" "pibPushNonPowerGndNet")
envSetVal("layoutXL" "pibPushNonPowerGndNet" 'boolean t)
envSetVal("layoutXL" "pibPushNonPowerGndNet" 'boolean nil)
Related Topics
List of Layout XL Environment Variables
Return to top