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