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

schDistribute

schDistribute( 
l_list 
s_justify
)
=> t / nil

Description

Arranges objects at equal distance in the specified direction in the schematic or symbol view.

Arguments

l_list

List of database objects to be distributed.

s_justify

Direction of arranging objects with equal space, such as horizontal or vertical.

Value Returned

t

Distribution was done successfully.

nil

Distribution was unsuccessful.

Examples

schDistribute( geGetSelSet() 'vertical )

schDistribute( geGetSelSet() 'horizontal )

Related Topics

Distributing


Return to top
 ⠀
X