simscape.probe.defaultVariableTable
Description
constructs a VariableTable
= simscape.probe.defaultVariableTable(blockName
)VariableTable
object that contains all the variables that can
be probed for the Simscape™ block blockName
. Each table row represents a block
variable and includes the properties of the
simscape.probe.VariableConfiguration
object associated with the variable:
its unit, port label name to display on the Probe block, and
the probing status. By default, the unit matches the unit of the variable selected for
probing and the port label matches the name of the variable. The default probing status of
all the variables is false
.
Modify the variable configuration properties, as needed. Use the
simscape.probe.setVariableTable
function to attach the
VariableTable
to a Probe block.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024b