Main Content

Output folder

Path and folder name for your analysis results

Model Configuration Pane: Polyspace

Description

The Output folder specifies the location where Polyspace® stores the analysis results.

Settings

results_$ModelName$ (default) | string

Enter a path for your results folder. If you specify a relative path, Polyspace determines the path relative to your current MATLAB® folder.

If you select Add results to current Simulink project, the results folder path is relative to the Simulink® project folder.

Recommended Settings

ApplicationSetting
DebuggingNo Impact
TraceabilityNo Impact
EfficiencyNo Impact
Safety precautionNo Impact

Programmatic Use

Parameter: ResultDir for use with pslinkoptions
Parameter: PSResultDir for use with set_param()
Values: N/A
Default: 'C:\Polyspace_Results\results_$ModelName$'
Example: opt = pslinkoptions(modelname); opt.ResultDir = '\results_v1_$ModelName$';

Version History

Introduced in R2016b