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 | errornoneThe software does not issue a diagnostic if it is unable to infer the data type of a signal during data type propagation.
warningThe software issues a warning if it is unable to infer the data type of a signal during data type propagation.
errorThe 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