bdeSetSimulationResultsInModelDirectoryEnabled

Sets the simulation results to be stored in the model's temporary directory.

Syntax

bdeSetSimulationResultsInModelDirectoryEnabled(enable)

Inputs

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

Examples

Set the simulation to have results in the model directory enabled:

          bdeSetSimulationResultsInModelDirectory(true);