MATLAB Link for Code Composer Studio Development Tools    
set

Set the properties of links for CCS IDE and RTDX interface

Syntax

Description

set(cc,'propertyname','propertyvalue') sets the specified property of cc to the specified value.

set(cc,'propname1','propvalue1','propname2','propvalue2') sets multiple properties (propname1, propname2) of cc to corresponding property values (propvalue1, propvalue2) with a single statement. cc must be a link.

v = set(cc) returns the properties and range of acceptable values of link cc. When the range of values for a property is not finite, set returns {} for the property value. When you omit the output argument, MATLAB displays the results on the screen.

cc.propertyname = propertyvalue uses the dot notation to set propertyname to propertyvalue.

set(rx,'propertyname','propertyvalue') sets the specified property of rx to the specified value.

set(rx,'propname1','propvalue1','propname2','propvalue2') sets multiple properties (propname1, propname2) of rx to corresponding property values (propvalue1, propvalue2) with a single statement.

v = set(rx) returns the properties and range of values of link rx. rx is the RTDX portion of a link for CCS IDE. When the range of values for a property is not finite, set returns {} for the property value. When you omit the output argument, MATLAB displays the results on the screen.

rx.propertyname = propertyvalue uses the dot notation to set propertyname to propertyvalue for link rx.

Examples

Create a link to CCS IDE

Now review the properties of cc to see the acceptable values for each property.

The properties accept any input value, as shown by the {} entries returned.

Set timeout to 10 s and page to 2. Property eventwaitms cannot be set. It is read-only.

Reset page to 0 since this is a C6xxx processor.

See Also
get


  save symbol