pibPushSelection
layoutXL pibPushSelection boolean { t | nil }
Description
Determines whether the Push Into Blocks command can be run on selected nets.
The default is nil, which means the Push Into Blocks command runs on all the nets crossing the PR boundary.
When set to t, the Push Into Blocks command runs on the nets and top-level shapes selected in the Navigator assistant.
GUI Equivalent
Examples
envGetVal("layoutXL" "pibPushSelection")
envSetVal("layoutXL" "pibPushSelection" 'boolean t)
envSetVal("layoutXL" "pibPushSelection" 'boolean nil)
Related
List of Layout XL Environment Variables
Return to top