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

schSingleSelectBox

schSingleSelectBox( 
[ w_windowId ]  
[ g_partial ] 
[ l_bBox ] 
)
=> t

Description

Selects objects within a rectangular area from a specified schematic editing window. With no arguments, it prompts you to enter the area to be selected in the current window. Partial selection is performed if the window environment variable partialSelect is set.

Arguments

w_windowId

Database ID of the window containing the objects.

g_partial

Indicates whether partial selection should be performed.

l_bBox

List specifying the corners of the rectangular area to select. If not specified, or specified as nil, you are prompted to define the area with the mouse.

Value Returned

Always returns t.

Examples

Prompts you to define the area in the current window for selection with the mouse.

schSingleSelectBox( )

Return to top
 ⠀
X