yieldViewKSigma
maestro.gui yieldViewKSigma string listOfKSigmaValues
Description
Specifies the value or a list of values of K-Sigma that you want to display as columns in the Yield view of a Monte Carlo result. You can specify a list of either comma-separated values or space-separated values.
GUI Equivalent
The K-Sigma field in the Set K-Sigma form.
Examples
envGetVal("maestro.gui" "yieldViewKSigma")
envSetVal("maestro.gui" "yieldViewKSigma" 'string "1,3,4.5")
envSetVal("maestro.gui" "yieldViewKSigma" 'string "1 3 4.5")
Related Topics
Displaying Mean K-Sigma and Median Columns in the Yield View
Return to top