Product Documentation
Virtuoso Parameterized Cell SKILL Reference
Product Version IC23.1, August 2023

pcHIDefineRepeat

pcHIDefineRepeat(
t_direction
)
=> d_repeatId

Description

Lets you define a repetition parameter for specified objects by prompting you to select one or more objects in the current cellview. When you complete selecting objects, the system displays one of the following forms, depending on the value of the t_direction argument: Repeat in X, Repeat in Y, or Repeat in X and Y.

Arguments

t_direction

Direction of repetition. When the value is 2D, the function creates a two-dimensional array.

Valid Values: horizontal, vertical, 2D

Value Returned

d_repeatId

Group ID used to store details of the repetition.

Examples

pcHIDefineRepeat( "horizontal" )

Prompts you to select objects in the current cellview and then displays the Repeat in X form.


Return to top
 ⠀
X