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

schHiEscape

schHiEscape(
)
=> t / nil

Description

Closes an open form or clears the current canvas selection. You would typically use this function to successively close the open forms on your desktop, even if they are hidden behind other windows. If there is only one form open, it is closed. If there are multiple forms open, the first form returned by the hiGetCurrentForm SKILL API is closed. If there are no forms open, the current canvas selection is cleared.

Arguments

None

Value Returned

t

Form closed or selection cleared successfully.

nil

No action done.

Examples

Closes a form or clears the current selection in the canvas.

schHiEscape()

Return to top
 ⠀
X