Product Documentation
Virtuoso Studio Design Environment SKILL Reference
Product Version IC23.1, November 2023

dbCreateRuler

dbCreateRuler(
d_cellviewId
l_points
)
=> d_rulerId / nil

Description

Creates a dbRuler object in the design.

Arguments

d_cellviewId

Cellview Id of the design.

l_points

List of ruler points.

Value Returned

d_rulerId

The Id of the dbRuler object, if successful.

nil

The creation of ruler object failed.

Examples

dbCreateRuler (cvId list (list (0 0) list (10:0))

Related Topics

Database Access Function Argument Types

Object Creation and Retrieval Functions

Return to top
 ⠀
X