Table of Contents
qc_get_default_target_type
Returns the default target type for QUARC.
target_type = qc_get_default_target_type
Returns 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 changed using qc_set_default_target_type. The default setting is persistent across Matlab sessions.
This function has no parameters.
target_type
A string containing the name of the default target type.
target_type = qc_get_default_target_type; % Gets the default target type for QUARC
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.