MATLAB Link for Code Composer Studio Development Tools    

Setting Property Values with set

Once you construct a link, the set function lets you modify its property values.

You can use the set function to both:

Example--Setting Link Property Values Using set

For example, set the timeout specification for the link cc from the previous section.

To do this, type

Now use get to check that the desired changes have been made to cc.

Notice that the display reflects the changes in the property values.

To display a listing of all of the properties associated with a link cc that you can set, type


  Properties and Property Values Retrieving Properties with get