Table of Contents
qc_set_default_target_type
Sets the default target type for QUARC.
qc_get_default_target_type(target_type)
Sets the default target type for QUARC. The default target type is the type of target that QUARC assigns to new models, such as the Windows target or QNX x86 target. This default may be retrieved using qc_get_default_target_type. The default setting is persistent across Matlab sessions. This function also calls qc_set_options to set the default options to the new target type.
target_type
A string containing the new default target type. It must be a valid target type from the list returned by qc_get_target_types.
This function has no outputs.
qc_set_default_target_type('windows'); % Sets the default target type for QUARC to 'windows'
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.