probe
Display input, output, and state data for specified block in simulation debugging session
Description
probe
displays in the MATLAB® Command Window information about the block specified by
blk
blk
.
You can use this function in a simulation debugging session started:
Note
This function is available only for simulation debugging sessions started programmatically and for interactive simulation debugging sessions while paused within a time step.
probe level
sets the level of detail
for the information displayed when you call the lvl
probe
,
trace
, or disp
functions in a
simulation debugging session. By default, the software displays all information
about the specified block, including input, output, state, and zero-crossing
information.
Examples
Input Arguments
Tips
To start a simulation debugging session interactively, add one
or more breakpoints to your model, and in the Breakpoints List,
check that Pause within time step is selected. When the simulation pauses
on a breakpoint, some of the programmatic debugging commands, such as the
stop
command, are available for use in the MATLAB Command Window.