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

mgSelectRowColCB

mgSelectRowColCB(
t_type
)
=> nil

Description

Selects all of the instances in the current row or column from the currently selected instance.

Argument

t_type

Selects all of the instances in the current row or column.

Valid values: row or col

Value Returned

t

All instances in the current row or column are selected.

nil

Instances in the current row or column are not selected.

Examples

Selects all of the instances in the same row as the currently selected instance.

mgSelectRowColCB("row")

Selects all of the instances in the same column as the currently selected instance.

mgSelectRowColCB("col")

Return to top
 ⠀
X