Main Content

proposalIssues

Get results which have comments associated with them

Description

results = proposalIssues(converter,RunName) returns all results in RunName for the model specified by a DataTypeWorkflow.Converter object, converter, that have associated comments. The comments field of the returned results provides information related to any issues found.

Input Arguments

collapse all

Converter object for system under design, specified as a DataTypeWorkflow.Converter object.

Name of the run to look for comments in, specified as a character vector.

Data Types: char

Output Arguments

collapse all

Results that have associated comments, returned as a DataTypeWorkflow.Result object, for all signals in RunName.

Alternatives

The DataTypeWorkflow.Converter.proposalIssues object function offers a command-line approach to using the Fixed-Point Tool. See Fixed-Point Tool for more information.

Version History

Introduced in R2014b