User`s guide

2 Automa tion Interface
Details About ti
ccs Object Properties
To use the links f
or CCS IDE and RTDX interface you set values for:
boardnum —speci
fy the board with which the link communicates.
procnum —specif
y the processor on the board. If the board has multiple
processors,
pro
cnum
identies the processor to use.
timeout —specif
y the global timeout value. (Optional. Default is 10s.)
Details of the pr
operties associated with connections to CCS IDE and RTDX
interface appea
r in the following sections, listed in alphabetical order by
property name.
Many of these pr
operties are object linking and embedding (OLE) handles.
The M ATLA B soft
ware C OM server creates the handles when you create
objects for CC
S IDE and RTDX. You can manipulate the OLE handles using
get, set,andi
nvoke
to work directly with the COM interface with w hich
the handles i
nteract.
apiversion
Property appv
ersion
contains a string that reports the v ersion of the
application
program interface (API) for CCS IDE that you are using when you
create a link
. You cannot change this string. When you upgrade the API, or
CCS IDE, the
string changes to match. Use
display to see the apiversion
property v a
lue for a link. This example shows the
appversion value for
link
cc.
display(cc)
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
RTDX channels : 0
2-52