showMethodKSigmaCorners
maestro.monte showMethodKSigmaCorners boolean { t | nil }
Description
Specifies whether to show the K-Sigma Corners option in the Method drop-down list of the Monte Carlo form.
The default is nil, which indicates that the K-Sigma Corners option is hidden.
GUI Equivalent
The K-Sigma Corners option in the Method drop-down list of the Monte Carlo form
Examples
envGetVal("maestro.monte" "showMethodKSigmaCorners")
envSetVal("maestro.monte" "showMethodKSigmaCorners" 'boolean t)
Related Topics
Running the K-Sigma Corners Method
Return to top