WCCEnableNewlyCreatedCorners
adexl.gui WCCEnableNewlyCreatedCorners boolean { t | nil }
Description
Specifies whether to enable or disable the statistical corners that are created after worst-case corner simulation.
The default is t, which indicates that the worst-case corners are enabled.
GUI Equivalent
Examples
envGetVal("adexl.gui" "WCCEnableNewlyCreatedCorners")
envSetVal( "adexl.gui" "WCCEnableNewlyCreatedCorners" 'boolean nil)
Return to top