Main Content

undisp

Remove display point in simulation debugging session

Description

undisp blk removes the display point for the block blk from the list of display points for the current simulation debugging session. The software displays information for each registered display point each time the simulation pauses.

Note

This function is supported only for simulation debugging sessions started programmatically using the sldebug function or using the sim function with the 'debug' name-value argument.

Input Arguments

collapse all

Block that corresponds to display point to remove, specified as one of these options:

  • (t)s:b — Block ID, where t is the index of the task in which the block executes, s is the system that contains the block, and b is the index of the block within the system

  • gcb — Current block

Version History

Introduced before R2006a