User`s guide
Constructing ticc s Objects
RTDX channels : 0
Inspecting the output reveals tw o objects listed—a CCS IDE object and an
RTDX object. CCS IDE and RTDX objects cannot be created separately. By
design they maintain a member class relationship; the RTDX object is a class,
a member of the CCS object class. In this example,
cc is an instance of the
class CCS. If you enter
rx = cc.rtdx
rx
is a handle to the RTDX portion of the CCS object. As an alias, rx replaces
cc.rtdx in functions such as readmat or writemsg that use the RTDX
communications features of the CCS link. Typing
rx at the command line
now produces
rx
RTDX channels : 0
The object properties are described in Chapter 6, “Function Refere nce”, and
in more detail in ticcs Object Properties. These properties are set to default
values when you construct objects.
2-47