maeSetCornerEditingOptions
maeSetCornerEditingOptions( [ ?cornerNameFilterg_FilterName] [ ?sessiong_sessionName] [?removeVarListg_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
|
The names of the variables to be removed from the Corners Setup form. |
||
Value Returned
Examples
Setting these functions updates the Corners Setup form as follows:
-
The corners
SLOWandFASTare filtered. -
The variable
var1is removed. - The duplicate corners are removed.
- All undefined variables in the corners setup are removed.
maeSetCornerEditingOptions(?cornerNameFilter "SLOW FAST" ?removeVarList list("var1") ?removeDuplicates t ?removeUndefined t )
=> t
maeApplyCornerEditingOptions()
=> t
Return to top