Main Content

Test hardware is the same as production hardware

Option to indicate whether same hardware used in test and production

Model Configuration Pane: Hardware Implementation

Description

Use this parameter to specify whether the hardware you use to test the code you generate from the model is the same or has the same characteristics as the production hardware on which the code will run. When the test and production hardware differ, clear this parameter to generate additional code that emulates the production hardware on the test hardware.

Settings

on (default) | off
on

Selecting this parameter indicates that the hardware you use to test the code you generate from the model is the same or has the same characteristics as the production hardware on which the generated code will run.

off

Clearing this parameter indicates that the hardware you use to test the code you generate from the model is not the same or has different characteristics from the production hardware.

When you clear this parameter, the software generates additional code to emulate the production hardware on the test hardware.

Recommended Settings

ApplicationSetting
DebuggingNo impact
TraceabilityNo impact
EfficiencyNo impact
Safety precautionOn

Programmatic Use

Parameter: ProdEqTarget
Type: string | character vector
Values: 'on' | 'off'
Default: 'on'

Version History

Introduced in R2006b