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
Comments
— Comments associated with the signal
cell array of character vectors
Comments associated with the signal, specified as a cell array of character vectors.
Example:
results.Comments
Data Types: cell
CompiledDataType
— Data type used during simulation
character vector
Data type used during simulation, specified as a character vector.
Example:
results.CompiledDataType
Data Types: char
DerivedMax
— Derived maximum value
scalar
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
DerivedMin
— Derived minimum value
scalar
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
DesignMax
— Design maximum value
scalar
Design maximum value for the signal or internal data, specified as a scalar.
Example:
results.DesignMax
Data Types: double
DesignMin
— Design minimum value
scalar
Design minimum value for the signal or internal data, specified as a scalar.
Example:
results.DesignMin
Data Types: double
ProposedDataType
— Proposed data type
character vector
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
ResultName
— Name of signal
character vector
Name 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 result
character vector
Name of the run associated with the result, specified as a character vector.
Example:
results.RunName
Data Types: char
Saturations
— Number of saturations that occurred
scalar
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
SimMax
— Simulation maximum
scalar
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
SimMin
— Simulation minimum
scalar
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
SpecifiedDataType
— Specified data type of signal
character vector
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
Wraps
— Number of wraps that occurred
scalar
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
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)