Main Content

proposeDataTypes

Propose data types for system

Description

proposeDataTypes(converter,RunName,propSettings) proposes data types for the system specified by the DataTypeWorkflow.Converter object, converter, based on the range results stored in RunName and the settings specified in propSettings.

Input Arguments

collapse all

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

Name of run to propose data types for, specified as a character vector.

Data Types: char

Proposed data type settings, specified as a DataTypeWorkflow.ProposalSettings object. Use this object to specify proposal settings such as the default data type for all floating point signals.

Data Types: char

Alternatives

The proposeDataTypes object function provides functionality similar to the Fixed-Point Tool Propose Data Types button. For more information, see Fixed-Point Tool.

Version History

Introduced in R2014b