Ignore test point signals
Whether to allocate memory buffers for test points
Model Configuration Pane: Code Generation / Interface
Description
The Ignore test point signals parameter specifies whether to allocate memory buffers for test points.
Settings
Off
(default) | on
- On
Ignores test points during code generation. The code generator optimizes memory allocation for buffers used for signals that have test points. Selecting this parameter can facilitate transitions from prototyping to deployment and avoids accidental degradation of generated code due to workflow artifacts.
- Off
Allocates separate memory buffers for signals that have test points. Clearing this parameter can result in a loss of code generation optimizations, such as reducing memory usage by storing signals in reusable buffers.
Recommended Settings
Application | Setting |
---|---|
Debugging | Off |
Traceability | No impact |
Efficiency | On |
Safety precaution | No impact |
Programmatic Use
Parameter: IgnoreTestpoints |
Type: character vector |
Value: 'on' | 'off' |
Default: 'off' |
Version History
Introduced in R2008b