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

maeSetCornerEditingOptions

maeSetCornerEditingOptions(
[ ?cornerNameFilter g_FilterName ]
[ ?session g_sessionName ]
[ ?removeVarList g_VarList ]
[ ?removeDuplicates {t|nil}]
[ ?removeUndefined {t|nil}]

)
=> t / nil

Description

Specifies the options for editing the corners setup. These settings are reflected in the Corners Setup form, when the options Import Corners from CSV File and Import Corners from SDB File are used.

You can also use the function maeApplyCornerEditingOptions to reflect the specified changes when the Corners Setup form is opened.

Arguments

?cornerNameFilter g_FilterName

The names of the corners to be filtered.

?session g_sessionName

Name of the session.

?removeVarList g_VarList

The names of the variables to be removed from the Corners Setup form.

?removeDuplicates g_removeDuplicates

Removes duplicate corners.

?removeUndefined g_removeUndefined

Removes the corners with undefined variables.

Value Returned

t

Specifies the editing options for the Corners Setup form.

nil

The specified session name is invalid.

Examples

Setting these functions updates the Corners Setup form as follows:

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

Return to top
 ⠀
X