Table of Contents
qc_get_default_model_uri
Returns the default model URI for the given target type.
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
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.
target_type
A string containing a valid QUARC target type eg. 'windows' or 'qnx_x86'.
uri
The default model URI for the given target type.
uri = qc_get_default_model_uri('qnx_x86'); % Returns the default model URI for the QNX x86 target
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.