User`s guide

dsp_links
6-3
6dsp_links
Purpose Display library link information for blocks linked to the DSP Blockset.
Syntax dsp_links
dsplinks(sys)
dsplinks(sys,mode)
Description dsp_links displays library link information for blocks linked to the DSP
Blockset. For each block in the current model,
dsp_links replaces the block
name with the full pathname to the block’s library link in the DSP Blockset.
Blocks linked to v4 or later DSP Blockset blocks are highlighted in green while
blocks linked to v3 DSP Blockset blocks are highlighted in yellow. 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 is disabled when the model is executed or saved, or when
dsp_links is executed a second time from the MATLAB command line.
dsp_links(sys) toggles the display of block links in system sys. If sys is the
current model (
gcs), this is the same as the plain dsp_links syntax.
dsp_links(sys,mode) directly sets the link display state, where mode can be
'on', 'off', or 'toggle'. The default is 'toggle'.
See Also
liblinks DSP Blockset