Communications Blockset | ![]() ![]() |
Display library link information for Communications Blockset blocks
Syntax
Description
comm_links
displays library link information for blocks in the current model that are linked to the Communications Blockset. For each block in the current model, comm_links
replaces the block name with the full path to the block's library link in the Communications Blockset. Blocks linked to the current Communications Blockset libraries are highlighted in blue. Blocks linked to older versions of the Simulink portion of the Communications Toolbox are highlighted in red. Blocks at all levels of the model are analyzed.
A summary report indicating the number of blocks linked to each blockset version is also displayed in the MATLAB command window. The highlighting and link display are disabled when the model is executed or saved, or when comm_links
is executed a second time from the MATLAB command line.
comm_links(sys)
toggles the display of block links in system sys
. If sys
is the current model (gcs
), this is the same as the earlier comm_links
syntax.
comm_links(sys,
directly sets the link display state, where mode
)
mode
can be 'on
', 'off
', or 'toggle
'. The default is 'toggle
'.
ret_blks = comm_links(...)
returns a structure, each field of which is a cell array that lists the full paths to blocks' library links in the Communications Blockset. The different fields refer to different versions of the libraries.
See Also
liblinks (DSP Blockset)
![]() | Function Reference | commlib | ![]() |