Table of Contents
qc_open_target_dialog
Open a dialog box for managing a remote target.
qc_open_target_dialog(target_uri); % Opens a QUARC Target dialog preinitialized to the given target URI qc_open_target_dialog; % Opens a QUARC Target dialog
Opens a dialog box that allows a remote (or local) QUARC target to be managed. Information about the version of QUARC running on the target, and models on the target is provided. It is possible to see the models downloaded to the target and remove any that are no longer desired, as well as load and stop models on the target, among other operations.
If no target URI is specified then the default target URI is used, which is based on the default target type.
Refer to QUARC Target dialog a detailed explanation of the QUARC Target dialog and how to use it.
target_uri
A string containing the URI of the target e.g. 'tcpip://qnx-dev:17000'
This function has no outputs.
qc_open_target_dialog('tcpip://qnx-dev:17000'); % Open the QUARC Target dialog for the remote target "qnx-dev".
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.