Table of Contents
qc_get_error_names
Returns the names of the error codes used by QUARC.
names = qc_get_error_names
Returns the symbolic names of the error codes used by QUARC as a cell array of strings. The index of each name in the string equals the value of the error code associated with that name. For example, if the error QERR_WOULD_BLOCK has a value of 34 then 'QERR_WOULD_BLOCK' will be the 34th element of the cell array of strings returned.
This function has no parameters.
names
A cell array of strings containing the names of the error codes in numerical order.
names = qc_get_error_names;
See Also
Copyright ©2024 Quanser Inc. This page was generated 2024-10-17. Submit feedback to Quanser about this page.
Link to this page.