leSnapGridVertical
leSnapGridVertical stringf_pitchf_offsetf_offsetFlippedOrientation
Defines a vertical grid to snap devices, standard cells, block-level cells, and passives that have their orientations set to R0, MX, or R180. You can define this property either on the cell master or as an optional override on the instance.
- f_pitch: Specifies the grid pitch.
- f_offset: Specifies the grid offset.
- f_offsetFlippedOrientation (optional): Specifies the offset for instances with flipped orientations. If not specified, the value is considered to be equal to f_offset.
Snapping is skipped for instances that have been rotated (with orientations: R90, R270, MYR90, and MXR90).
For more information, see leSnapGridHorizontal.
Example
dbCreateProp(master_cellView "leSnapGridVertical" "string" "3 5 1")
;; Override the master’s property
dbCreateProp(instance "leSnapGridVertical" "string" "4 5 1")
Related Topics
Setting the Assisted Placement Options in the Placement Options Form
Setting Automatic Placement Options in the Placement Options Form
Setting Common Options in the Placement Options Form
Return to top