Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schSetSymbolOrigin

schSetSymbolOrigin( 
d_cvId 
l_origin 
)
=> t / nil

Description

Moves all the objects in the specified symbol cellview relative to the given origin point.

Arguments

d_cvId

Cellview ID of an editable symbol cellview in which to set the origin for moving the objects.

l_origin

Origin specified as a point.

Value Returned

t

Moved all the objects in the specified cellview relative to the given origin point.

nil

Move was unsuccessful.

Example

Moves the origin of the cellview specified by symbolCV to the point 1,0.

schSetSymbolOrigin( symbolCV 1:0 )

Return to top
 ⠀
X