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

schMouseApplyOrFinish

schMouseApplyOrFinish(
)
=> t / nil

Description

Adds a point and applies or finishes the active enter function command based on the setting of the modalCommands schematic environment variable. It is designed to be used for double-clicking with the left mouse button.

Arguments

None

Value Returned

t

A point is added and the active enter function command is applied or finished based on the setting of the modalCommands schematic environment variable.

nil

Adding a point was unsuccessful.

Examples

Binds the left mouse button double-click action during schematic editor enter function commands to schMouseApplyOrFinish.

hiSetBindKey( "Schematics" "None<Btn1Down>(2) EF" "schMouseApplyOrFinish()" )

Return to top
 ⠀
X