Underspecified data types
Diagnostic action to take if the software is unable to infer signal data type
Model Configuration Pane: Diagnostics / Data Validity
Description
The Underspecified data types parameter specifies the diagnostic action to take if the software is unable to infer the data type of a signal during data type propagation.
Settings
none
(default) | warning
| error
none
The software does not issue a diagnostic if it is unable to infer the data type of a signal during data type propagation.
warning
The software issues a warning if it is unable to infer the data type of a signal during data type propagation.
error
The software issues an error and terminates the simulation if the software is unable to determine the data type of a signal during data type propagation.
Examples
Recommended Settings
Application | Setting |
---|---|
Debugging | No impact |
Traceability | No impact |
Efficiency | No impact |
Safety precaution | error |
Programmatic Use
Parameter: UnderSpecifiedDataTypeMsg |
Type: string | character vector |
Value: "none" | "warning" | "error" |
Default: "none" |
Version History
Introduced before R2006a