Simulink Reference Previous page   Next Page
Simulink.Timeseries

Log signal data

Description

Simulink creates instances of this class to store signal data that it logs while simulating a model (see Logging Signals in the "Working with Signals" chapter of Using Simulink).

Properties

Name
Access
Description
Name
RW
Name of this signal log.
BlockPath
RW
Path of the block that output the signal logged in this signal log.
PortIndex
RW
Index of the output port that emitted the signal logged in this signal log.
SignalName
RW
Name of the signal logged in this signal log.
ParentName
RW
Name of the parent of the signal recorded in this log, if the signal is an element of a composite signal; otherwise, the same as SignalName.
TimeInfo
RW
An object of Simulink.TimeInfo class that describes the time data in this log.
Time
RW
An array containing the simulation times at which signal data was logged.
Data
RW
An array containing the signal data.

See Also
Simulink.ModelDataLogs, Simulink.TimeInfo, unpack


Previous page  Simulink.TimeInfo Simulink.TsArray Next page

© 1994-2005 The MathWorks, Inc.