Simulink.HMI.InstrumentedSignals
Save and restore signal logging specification
Description
A Simulink.HMI.InstrumentedSignals
object acts as a
specification for logged signals in a model, including signals in subsystems, library
instances, and Stateflow® charts. You can get a Simulink.HMI.InstrumentedSignals
object for the logging configuration in your model using the get_param
function with the InstrumentedSignals
model
parameter. You can save several logging configurations as
Simulink.HMI.InstrumentedSignals
objects and easily swap the
logging configuration for your model using set_param
.
Note
An InstrumentedSignals
object for a model does not include
signals logged inside referenced models. To get a list of logged signals in a
referenced model, create an InstrumentedSignals
object for the
referenced model.
Creation
The get_param
function returns a
Simulink.HMI.InstrumentedSignals
object for the
InstrumentedSignals
model parameter.
Properties
Examples
Version History
Introduced in R2015b