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

schHiDefaultAction

schHiDefaultAction(
)
=> t / nil

Description

Performs the default editing action for the object under the cursor.

For schematics, this means descending into an instance, editing a label directly on the canvas, or performing schExtendSelectPt for any other object. In a symbol, only labels have a default action (on-canvas edit).

Typically, you will want to register this as a mouse bindkey (for example, a double-click of the left mouse button which is the default binding shipped with the schematic editor).

Arguments

None

Value Returned

t

The default editing action was successful.

nil

The default editing action failed.

Related Topics

schExtendSelectPt


Return to top
 ⠀
X