Open results automatically after verification
Option to open analysis results in Polyspace user interface after analysis completes
Model Configuration Pane: Polyspace
Description
The Open results automatically after verification parameter
            determines whether the Polyspace® user interface automatically opens with the results at the end of a
            Polyspace analysis. When running the analysis programmatically, specify this parameter
            as Off to prevent the Polyspace user interface from opening.
Settings
off (default) | on- On
 After you run an analysis, your results open automatically in the Polyspace user interface.
- Off
 You must manually open your results after running an analysis.
Recommended Settings
| Application | Setting | 
|---|---|
| Debugging | No Impact | 
| Traceability | No Impact | 
| Efficiency | No Impact | 
| Safety precaution | No Impact | 
Programmatic Use
                Parameter:
                OpenProjectManager for use with pslinkoptions | 
                Parameter:
                PSOpenProjectManager for use with
                set_param() | 
 Values: 'false' | 'true' | 
 Default: 'false' | 
Example : 
                opt = pslinkoptions(modelname); opt.OpenProjectManager = true;
             | 
Version History
Introduced in R2016b