| MATLAB Link for Code Composer Studio Development Tools | ![]() |
Retrieving Properties with get
You can use the get command to:
Example--Retrieving Link Property Values Using get
For example, to retrieve the value of the apiversion property for cc, and assign it to a variable, type
To list the properties of a link cc, and their values, type
get(cc) ansrtdx: [1x1 rtdx] rtdx: [1x1 rtdx] apiversion: [1 0] ccsappexe: [] boardnum: 0 procnum: 0 timeout: 10 page: 0
| Setting Property Values with set | Direct Property Referencing to Set and Get Values | ![]() |