Object containing run result information
The DataTypeWorkflow.Result
object manages the results of
simulation, derivation, and data type proposals.
The results
function returns a handle to
a DataTypeWorkflow.Result
object.
Comments
— Comments associated with the signalComments associated with the signal, specified as a cell array of character vectors.
Example:
results.Comments
Data Types: cell
CompiledDataType
— Data type used during simulationData type used during simulation, specified as a character vector.
Example:
results.CompiledDataType
Data Types: char
DerivedMax
— Derived maximum valueDerived 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
DerivedMin
— Derived minimum valueDerived 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
ProposedDataType
— Proposed data typeProposed data type for the signal or internal data type associated with this result, specified as a character vector.
Example:
results.ProposedDataType
Data Types: char
ResultName
— Name of signalName of the signal or internal data associated with this result, specified as a character vector.
Example:
results.ResultName
Data Types: char
RunName
— Name of run associated with resultName of the run associated with the result, specified as a character vector.
Example:
results.RunName
Data Types: char
Saturations
— Number of saturations that occurredNumber 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
SimMax
— Simulation maximumSimulation 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
SimMin
— Simulation minimumSimulation 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
SpecifiedDataType
— Specified data type of signalSpecified 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
Wraps
— Number of wraps that occurredNumber 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