pibPushMode
layoutXL pibPushMode cyclic { "Auto Push" | "Create Net & Push with Feed Thru Pins" | "Push as Blockage" }
Description
Specifies the mode for pushing shapes into soft blocks. The valid options are:
-
Auto Push: Automatically pushes all shapes into the selected soft blocks. -
Create Net & Push with Feed Thru Pins: Creates missing nets before pushing all shapes into the selected soft blocks. -
Push as Blockage: Pushes all shapes as blockages. The default value isAuto Push.
GUI Equivalent
|
Push Into Blocks – Net Filter ( |
Examples
envGetVal("layoutXL" "pibPushMode")
envSetVal("layoutXL" "pibPushMode" 'cyclic "Push as Blockage")
Related Topics
List of Layout XL Environment Variables
Return to top