defaultBlockTypeWhenUnknown
layoutXL.floorplan defaultBlockTypeWhenUnknown cyclic {"Custom" | "Digital" | "As-Is (XY Snap Spacing)"}
Description
Specifies the default block type for blocks with no block type specified.
-
Custom: Places pins and PR boundary on the manufacturing grid. This is the default value. -
Digital: Places pins on the routing grid and the PR boundary on the placement grid. -
As-Is (XY Snap Spacing): Specifies that the pins and PR boundary must placed on the grid defined by the X Snap Spacing and Y Snap Spacing options in the Grid Controls section of the Display Options form.
GUI Equivalent
Examples
envGetVal("layoutXL.floorplan" "defaultBlockTypeWhenUnknown")
envSetVal("layoutXL.floorplan" "defaultBlockTypeWhenUnknown" 'cyclic "Digital")
Related Topics
Return to top