blockageType
layoutblockageType string { "routing" | "placement"| "pin" | "feedthru" | "screen" }
Description
Selects the type of blockage to create.
GUI Equivalent
Examples
envGetVal("layout" "blockageType")
envSetVal("layout" "blockageType" 'string "placement")
envSetVal("layout" "blockageType" 'string "pin")
Related Topics
Return to top