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

schAlign

schAlign( 
l_list 
s_justify
)
=> t / nil

Description

Aligns the objects in the specified direction in the schematic or symbol view.

Arguments

l_list

List of database objects to be aligned.

s_justify

Direction of alignment, such as left, right, horizontal, vertical, top, or bottom.

Value Returned

t

Alignment is done successfully.

nil

The alignment was unsuccessful.

Examples

schAlign( geGetSelSet() 'left )
schAlign( geGetSelSet() 'right )

Related Topics

Aligning


Return to top
 ⠀
X