 
    
qc_get_target_description
Returns a description of the target for the given model or configuration set.
description = qc_get_target_description(model)
description = qc_get_target_description(config_set)
description = qc_get_target_description(target_type)
description = qc_get_target_description                % Returns the target description for the current model
    
    Returns a description of the target for the given model or configuration set. The target type is determined by the system target file specified in the model configuration parameters.
model
                A string indicating the name of the model used to find the target type. eg. 'q_a_lpbk' or
                    
MATLAB Command Line
Click to copy the following command line to the clipboard. Then paste it in the MATLAB Command Window:
doc('bdroot')config_set
                A Simulink.ConfigSet configuration set containing the target type (see
                    
MATLAB Command Line
Click to copy the following command line to the clipboard. Then paste it in the MATLAB Command Window:
doc('getConfigSet')target_type
A string indicating the target type for which to obtain the description.
description
A string containing a description of the target associated with the model or configuration set.
description = qc_get_target_description('q_a_lpbk'); % Returns a description of the q_a_lpbk model's target.
See Also
         
    
Copyright ©2025 Quanser Inc. This page was generated 2025-06-17. "
                Submit feedback to Quanser about this page.
Link to this page.