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) | stringEnter 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
Application | Setting |
---|---|
Debugging | No Impact |
Traceability | No Impact |
Efficiency | No Impact |
Safety precaution | No 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