bdeSetSimulationResultsFile

Sets the filename and path for the results of a simulation.

Syntax

bdeSetSimulationResultsFile(filename, path)

Inputs

filename
The filename of the results file. Should have the filename extension of .mtsf.
Type: string
path
The path to store the results at.
Type: string

Examples

Set the file and path for a simulation's results:

          bdeSetSimulationResultsFile('results1.mtsf', 'C:Users\jwarner2\Desktop\');