qc_root qc_set_default_target_type navigation bar

Table of Contents

qc_get_default_target_type

Returns the default target type for QUARC.

Syntax

target_type = qc_get_default_target_type
    

Description

Returns the default target type for QUARC. The default target type is the type of target that QUARC assigns to new models, such as the Windows target or QNX x86 target. This default may be changed using qc_set_default_target_type. The default setting is persistent across Matlab sessions.

Parameters

This function has no parameters.

Outputs

target_type

A string containing the name of the default target type.

Examples

target_type = qc_get_default_target_type; % Gets the default target type for QUARC
    

See Also

 

navigation bar