| MATLAB Link for Code Composer Studio Development Tools | ![]() |
Display the channel properties of an RTDX link
Syntax
Description
disp(rx) provides a formatted list of the channel property names and property values for the specified RTDX link to your target processor. When you create a new link in MATLAB and omit the closing semicolon on the ccsdsp function, MATLAB uses disp to display the configuration for the new link.
Examples
The following example illustrates the display for the channel properties. Notice that disp does not return the name of the link (cc) in the display.
cc=ccsdsp CCSDSP 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 disp(cc) CCSDSP 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 rx = cc.rtdx disp(rx) RTDX channels : 0
| disable | display | ![]() |