Main Content

DataTypeWorkflow.Result

Object containing run result information

Description

The DataTypeWorkflow.Result object manages the results of simulation, derivation, and data type proposals.

Creation

The results function returns a handle to a DataTypeWorkflow.Result object.

Properties

expand all

Comments associated with the signal, specified as a cell array of character vectors.

Example: results.Comments

Data Types: cell

Data type used during simulation, specified as a character vector.

Example: results.CompiledDataType

Data Types: char

Derived maximum value for the signal or internal data based on specified design maximums, specified as a scalar.

Use the DataTypeWorkflow.ProposalSettings object and related object functions to specify and manage numeric tolerances for signals.

Example: results.DerivedMax

Data Types: double

Derived minimum value for the signal or internal data based on specified design minimums, specified as a scalar.

Use the DataTypeWorkflow.ProposalSettings object and related object functions to specify and manage numeric tolerances for signals.

Example: results.DerivedMin

Data Types: double

Design maximum value for the signal or internal data, specified as a scalar.

Example: results.DesignMax

Data Types: double

Design minimum value for the signal or internal data, specified as a scalar.

Example: results.DesignMin

Data Types: double

Proposed data type for the signal or internal data type associated with this result, specified as a character vector.

Example: results.ProposedDataType

Data Types: char

Name of the signal or internal data associated with this result, specified as a character vector.

Example: results.ResultName

Data Types: char

Name of the run associated with the result, specified as a character vector.

Example: results.RunName

Data Types: char

Number of saturations that occurred, specified as a scalar.

The number of occurrences where the signal or internal data associated with this result saturated at the maximum or minimum of its specified data type. The value of this property is the cumulative total of all of the run executions for this result.

Example: results.Saturations

Data Types: double

Simulation maximum, specified as a scalar. This property represents the values obtained for the signal or internal data during all of the saved executions of the run this result is associated with.

Example: results.SimMax

Data Types: double

Simulation minimum, specified as a scalar. This property represents the value obtained for the signal or internal data during all of the saved executions of the run this result is associated with.

Example: results.SimMin

Data Types: double

Specified data type of the signal, specified as a character vector. This property takes effect the next time the system is run.

Example: results.SpecifiedDataType

Data Types: char

Number of wraps that occurred, specified as a scalar.

The number of occurrences where the signal or internal data associated with this result wrapped around the maximum or minimum of its specified data type. The value of this property is the cumulative total of all of the run executions for this result.

Example: results.Wraps

Data Types: double

Version History

Introduced in R2014b