User`s guide

display
Purpose Display properties of object that refers to CCS IDE or RTDX link
Note display(rx) produces a warning on C5000 and C6000 processors
and will be remov ed in a future version.
Syntax display(cc)
display(rx)
display(objectname)
display(cc.type)
Description This function is similar to omitting the closing semicolon from an
expression on the command line, except that
display does not
display the variable nam e.
display prov ides a formatted list of the
property names and property values for a
ticcs object. To return the
conguration data,
display calls the function disp. To return a list of
object properties, listed by the actual property names, use
get with
the object.
display(cc) returns the information about the cc object, listing the
properties and values a ssigned to
cc.
display(rx) returns the information about the rtdx object that is part
of a
cc object, listing the properties and values assigned to cc.rtdx.
display(objectname) returns the properties and property values for
objectname. Thissyntaxsupportsallobjectsexceptcc, rtdx,and
cc.type.
display(cc.type) returns the properties and property values for the
cc.type object. Note that the properties associate with the cc object.
The following example illustrates the default display for a link to CCS
IDE:
cc = ticcs;
display(cc)
7-49