set_via_grid
set_via_grid
{[ -x f_grid ] [ -y f_grid ] [ -x_offset f_offset ] [ -y_offset f_offset ]}
[ -layer {s_layerName …} | -rs s_routeSpec ]
Description
Sets via grid parameters for one or more via layers or the entry layer (if it is a via layer) in the active window.
Arguments
|
-layer {s_layerName …}
|
|
|
Specifies the via layer names. If not specified, all via layers are set.
|
|
-rs s_routeSpec
|
Specifies the name of the route spec.
|
|
-x f_grid
|
Specifies where vias can be placed on the x-axis.
|
|
-x_offset f_offset
|
Specifies the offset from 0 on the x-axis for placing vias on this via layer.
|
|
-y f_grid
|
Specifies where vias can be placed on the y-axis.
|
|
-y_offset f_offset
|
Specifies the offset from 0 on the y-axis for placing vias on this via layer.
|
Examples
The following example sets the x- and y-axis via grid values for via1 and via2.
set_via_grid -layer {via1 via2} -x 2.0 -y 2.0
Related Topics
Design Configuration Commands
get_via_grid
Return to top