Product Documentation
Virtuoso Layout Suite SKILL Reference
Product Version IC23.1, November 2023

lxGroupArrayCreatePreset

lxGroupArrayCreatePreset(
t_presetName
t_orientPattern
t_presetDesc
g_isEditable
)
=> t / nil

Description

Creates an orientation pattern for group arrays.

Arguments

t_presetName

Name of the orientation pattern.

t_orientPattern

Orientation pattern values in escaped string format.

t_presetDesc

Description of the orientation pattern.

g_isEditable

Boolean value to indicate whether the pattern can be modified and deleted.

Value Returned

t

The group array orientation pattern was created successfully.

nil

The operation failed.

Examples

Creates an orientation pattern named myPattern, with the orientation MX and R0. The pattern can be modified and deleted.

lxGroupArrayCreatePreset("myPattern" "\"MX\" \"R0\"" "Desc_my pattern" t)
==> t

Related Topics

Group Arrays

Group Array SKILL Functions


Return to top
 ⠀
X