Previous Next


AutoStop Property (RDKSettings Object)

Description

Specifies or returns the setting controlling if a simulation will automatically stop when it has converged.

Syntax

object.AutoStop

Arguments

None.

Return Value

(Boolean) – TRUE to autostop, FALSE to always run all iterations of a simulation.

Example

With RDKApp.SimSettings
    .AutoStop = TRUE
    .AutoStopPercentageChange = .015
    .AutoStopCheckFreq = 100
End With