User`s guide

display
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
Using display with Multiprocessor H ardware
To support boards that containmorethanoneprocessor,display
behaves slightly differently when cc accesse s multiprocessor boards.
The syntax
display(cc)
returns information about all of the members of the object. When the
processor has multiple processors, the information returned includes
the d etails of all of the available processors on the processor.
Examples Try this e xample to see the display for an RTDX link to a processor:
cc = ticcs;
rx=(cc.rtdx) % Assign the RTDX portion of cc to rx.
RTDX channels : 0
display(rx)
RTDX channels : 0
See Also get
7-50