Table of Contents
qc_get_target_types
Returns a cell array of the valid target types for QUARC.
list = qc_get_target_types % get the list of target types (cached) list = qc_get_target_types('reset') % reset the cache and get a new list
Returns a cell array of strings containing the valid target types for QUARC. This list is cached for efficiency. To reset the cache and get the list of target types, pass 'reset' as the first parameter.
reset
An optional string argument. Pass the string 'reset' to reset the cache.
list
A cell array of strings containing the valid target types for QUARC.
list = qc_get_target_types; % Returns a list of valid target types 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.