addSpecification
R2026bClass: fxpOptimizationOptions
Specify known data types in a system
Description
addSpecification(
specifies known data types in the model using one or more name-value arguments. After
specifying these known parameters, if you optimize the data types in a system, the
optimization process will not change the specified block parameter data type. Specifications
are applied to the model during evaluation and to the final model. Specifications are not
considered during range collection.options,Name=Value)
You can use this method in cases where parts of a system are known to always be a certain data type. For example, if the input to your system comes from an 8-bit sensor.
Input Arguments
Name-Value Arguments
Examples
Tips
Use the showSpecifications function to view all specifications added to an
fxpOptimizationOptions object.