qc_set_default_model_log qc_set_default_model_uri navigation bar

Table of Contents

qc_get_default_model_uri

Returns the default model URI for the given target type.

Syntax

uri = qc_get_default_model_uri(target_type) % default model URI for specified target type
uri = qc_get_default_model_uri              % default model URI for default target type
    

Description

Returns the default URI used for communicating with a model that is configured for the given target type. This URI may contain the format specification %m, which is replaced with the model name when the URI is used. If no argument is specified than the default model URI associated with the default target type is returned.

The default model URI may be changed using the qc_set_default_model_uri command.

Parameters

target_type

A string containing a valid QUARC target type eg. 'windows' or 'qnx_x86'.

Outputs

uri

The default model URI for the given target type.

Examples

uri = qc_get_default_model_uri('qnx_x86'); % Returns the default model URI for the QNX x86 target
    

See Also

 

navigation bar