bdeSetSimulationResultsEnabled

Sets the simulation to have results enabled.

Syntax

bdeSetSimulationResultsEnabled(enable)

Inputs

enable
Boolean representing whether or not to enable the simulation results.
Type: Boolean

Examples

Set the simulation to have results enabled:

          bdeSetSimulationResultsEnabled(true);