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

lxHiSetOptions

lxHiSetOptions(
[ x_tabNumber { 1 | 2 | 3 | 4 | 5 | 6 } ]
)
=> t / nil

Description

Opens the Connectivity form. The form opens with the General tab on top, unless you specify a different tab using the optional argument.

Arguments

x_tabNumber { 1 | 2 | 3 | 4 | 5 | 6 }

Integer specifying the tab on top when the form opens.
Valid Values: 1, 2, 3, 4, 5, or 6 (where 1 is the General tab; 2 is the Display tab; 3 is the Connectivity tab; 4 is the Generation tab; 5 is the Parameters tab; and 6 is the Routing tab
Default: 1 (General tab).

Value Returned

t

The form was opened.

nil

The form was not opened.

Examples

lxHiSetOptions()

Opens the Connectivity form with the General tab on top.

lxHiSetOptions(5)

Opens the Connectivity form with the Parameters tab on top.


Return to top
 ⠀
X