Table of Contents
qc_set_default_model_uri
Sets the default model URI for a particular target type.
qc_set_default_model_uri(target_type, uri) % set default URI for specified target type qc_set_default_model_uri(uri) % set default URI for default target type
Sets the default URI used for communicating with a model that is configured for the given target type. This default may be retrieved using
qc_get_default_model_uri. The default setting is persistent across Matlab
sessions. If the %m
format specifier is present in the URI then it will be 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 configured.
target_type
A string containing a valid QUARC target type eg. 'windows' or 'qnx_x86'.
uri
A string containing the URI to use as the default model URI for the given target type.
This function has no outputs.
% Sets the default model URI for the QUARC QNX x86 target to 'tcpip://192.168.0.18:17001'
qc_set_default_model_uri('qnx_x86', 'tcpip://192.168.0.18:17001');
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.