maxPointsForSensitivityAccuracy
maestro.monte maxPointsForSensitivityAccuracy int maxPointsToSimulate
Description
Specifies the maximum number of sample points to be simulated for the Sensitivity Accuracy method. You can specify any integer value between 1–100000.
GUI Equivalent
Examples
envGetVal("maestro.monte" "maxPointsForSensitivityAccuracy")
envSetVal("maestro.monte" "maxPointsForSensitivityAccuracy" 'int 50000)
Return to top