Main Content

Target derived from slrealtime

Indicates whether or not the currently selected target is derived from the slrealtime target

Since R2022b

Model Configuration Pane: Code Generation / Interface

Description

The Target derived from slrealtime parameter indicates whether the currently selected target is derived from the Simulink® Real-Time™ slrealtime target. When you select a system target file (such as speedgoat.tlc which is derived from slrealtime.tlc), the selection defines the run-time environment and the code generation features.

Dependency

The value for this configuration parameter is set by the value of the System target file configuration parameter.

Option: SystemTargetFile

Settings

on | off

When Target derived from slrealtime is enabled, the code generation target is derived from the slrealtime.tlc system target file.

Examples

expand all

  • To get the isSLRTtarget parameter value for model slrt_ex_osc that is open in the Simulink Editor, type in the MATLAB Command Window:

    get_param('slrt_ex_osc','IsSLRTTarget')

Recommended Settings

ApplicationSetting
Debuggingon
Traceabilityon
Efficiencyon
Safety precautionon

Programmatic Use

Parameter:IsSLRTTarget
Type: character vector
Value: 'off' | 'on'
Default: 'on'

Version History

Introduced in R2022b