Description
Specifies the percentage change which is considered to be converged for auto-stopping.
Syntax
object.AutoStopPercentageChange
Arguments
None.
Return Value
(Double) – the percentage change below which an output or input is considered to be converged.
Example
With RDKApp.SimSettings
.AutoStop = TRUE
.AutoStopPercentageChange = .015
.AutoStopCheckFreq = 100
End With