Simulink.SimulationData.signalLoggingSelector
Open Signal Logging Selector
Syntax
Simulink.SimulationData.signalLoggingSelector(modelName)
Description
Simulink.SimulationData.signalLoggingSelector(
opens
the Signal Logging Selector dialog box for the model that you specify
with modelName
)modelName
.
Input Arguments
|
Character vector that specifies the name of the model for which you want to open the Signal Logging Selector dialog box. |
Example
Open the Signal Logging Selector dialog box for sldemo_mdlref_bus
.
openExample('sldemo_mdlref_bus'); Simulink.SimulationData.signalLoggingSelector('sldemo_mdlref_bus')
Version History
Introduced in R2011a