User`s guide
3 Code Generation and the Build Process
3-10
Inline Parameters
Inlining parameters refers to a mode where blocks with a constant sample time
are removed from the run-time model execution. The output signals of these
blocks are set up once during model start up. When you select this option,
Simulink automatically sets all the inlined parameters to “invariant
constants.” See the Using Simulink for information on invariant constants.
−aWarnNonSaturatedBlocks
= value
Flag to control display of overflow warnings
for blocks that have saturation capability,
but have it turned off (unchecked) in their
dialog. These are the options:
•
0 — no warning is displayed
•
1 — displays one warning for the model
during code generation
•
2 — displays one warning which contains
a list of all offending blocks
−aBlockIOSignals=value
Block IO signals C API for monitoring
signals in a running model. Setting the
variable causes the
model.bio file to be
generated. These are the options:
•
0 — deactivates this feature
•
1 — creates model.bio
−aParameterTuning=value
Parameter tuning C API for changing
parameter values in a running model
Setting the variable causes the
model.pt
file to be generated. These are the options:
•
0 — deactivates this feature
•
1 — creates model.pt
Table 3-2: Target Language Compiler Optional Variables (Continued)
Variable Description