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

schAsstSelectPT

schAsstSelectPT(
[ w_windowId ]
[ s_type ]
)
=> t / nil

Description

Selects an object under the mouse cursor in the Schematic assistant.

Arguments

w_windowId

Window containing the Schematic assistant.

s_type

Symbol denoting the selection type. Possible values are single, add, and sub. The default is single.

Value Returned

t

Object below the cursor is selected successfully.

nil

There is no valid object under the mouse cursor.

Examples

Selects an object.

hiSetBindKey("Schematic Assistant" "<Btn1Down>" "schAsstSelectPt(?type 'single)")

Adds an object to the selection.

hiSetBindKey("Schematic Assistant" "Shift<Btn1Down>" "schAsstSelectPt(?type 'add)")

Removes an object from the selection.

hiSetBindKey("Schematic Assistant" "Ctrl<Btn1Down>"  "schAsstSelectPt(?type 'sub)")

Return to top
 ⠀
X