Using Simulink | ![]() ![]() |
Data Typing Rules
Observing the following rules will help you to create models that are typesafe and therefore execute without error:
A significant exception to this rule is the Constant block whose output data type is determined by the data type of its parameter.
See Typecasting Parameters for more information.
Significant exceptions include constant blocks and data type conversion blocks whose output data types are determined by block parameters.
Examples of virtual blocks include Mux and Demux blocks and unconditionally executed subsystems.
double
signals.double
signal to a block disables zero-crossing detection for that block.![]() | Data Type Propagation | Enabling Strict Boolean Type Checking | ![]() |