Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

maeApplyCornerEditingOptions

maeApplyCornerEditingOptions(
[ ?session g_sessionName ]
)
=> t / nil

Description

Applies the updates specified through maeSetCornerEditingOptions to the Corners Setup form.

Arguments

?session g_sessionName

Name of the session.

If not specified, the updates are made to the Corners Setup form for the current session.

Value Returned

t

The updates specified through maeSetCornerEditingOptions are applied.

nil

No corner editing options are set.

Examples

Applies the updates specified through maeSetCornerEditingOptions to the Corners Setup form.

maeSetCornerEditingOptions(?cornerNameFilter  "SLOW FAST" ?removeVarList  list("var1") ?removeDuplicates t ?removeUndefined t)
=> t
maeApplyCornerEditingOptions() =>t maeSaveSetup()

Related Topics

Importing Corners

maeGetCornerEditingOptions

maeResetCornerEditingOptions

maeSetCornerEditingOptions


Return to top
 ⠀
X