Previous Next


ConvergenceData Property (RDKOutput Object)

Description

Retrieves convergence information about the output during a simulation. Typically, this will only be called in your model's Iteration event.

Syntax

object.ConvergenceData()

Arguments

None.

Return Value

(RDKConvergenceData) – a type with the definition described in the ConvergenceData Property (RDKInput Object).

Example

if myOutput.ConvergenceData.IsConverged then MsgBox "Output is Converged"