Main Content

disp

Display results of sltest.AssessmentSet or sltest.Assessment

Syntax

Description

disp(as) displays the results of the assessment object as.

Examples

collapse all

Display the results of the assessment as, where as is an sltest.Assessment.

disp(as)
  sltest.Assessment
  Namespace: sltest

  Properties:
         Name: 'Simulink:verify_high'
    BlockPath: [1×1 Simulink.SimulationData.BlockPath]
       Values: [1×1 timeseries]
       Result: Fail

Input Arguments

collapse all

Assessment object for which to display results.

Example: as

Version History

Introduced in R2016b