qc_remove_target_uri qc_get_target_version navigation bar

Table of Contents

qc_get_target_description

Returns a description of the target for the given model or configuration set.

Syntax

description = qc_get_target_description(model)
description = qc_get_target_description(config_set)
description = qc_get_target_description(target_type)
description = qc_get_target_description                % Returns the target description for the current model
    

Description

Returns a description of the target for the given model or configuration set. The target type is determined by the system target file specified in the model configuration parameters.

Parameters

model

A string indicating the name of the model used to find the target type. eg. 'q_a_lpbk' or bdroot.

config_set

A Simulink.ConfigSet configuration set containing the target type (see getConfigSet).

target_type

A string indicating the target type for which to obtain the description.

Outputs

description

A string containing a description of the target associated with the model or configuration set.

Examples

description = qc_get_target_description('q_a_lpbk');   % Returns a description of the q_a_lpbk model's target.
    

See Also

 

navigation bar