User`s guide
2 Automa tion Interface
Constructing ticcs Objects
When you create a connection to CCS IDE using the ticcs command, you are
creating a “
ticcs object for a ccessing the CCS IDE and R TDX interface”. The
ticcs object implementation relies on MATLAB software object-oriented
programming capabilities.
Thediscussionsinthissectionapplytothe
ticcs objects in Embedded IDE
Link CC.
Like other MAT LAB software structures, objects in Embedded IDE L ink CC
have predefined fields called object properties.
You specify object property values by one of the following methods:
• Setting the property values when you create the
ticcs object
• Creating an object with default property values, and changing some or all
of these property values later
For examples of setting ticcs object properties, refer to
ticcs.
Example — Constructor for ticcs Objects
Theeasiestwaytocreateanobjectistousethefunctionticcs to create
an object with the default properties. Create an object named
cc to refer to
CCS IDE by entering
cc = ticcs
MATLAB software responds with a list of the properties of the obje ct cc you
created along w ith the associated default property values.
ticcs object:
API version : 1.0
Processor type : C67
Processor name : CPU
Running? : No
Board number : 0
Processor number : 0
Default timeout : 10.00 secs
2-46