Main Content
simscape.logging.timestamp
Description
simscape.logging.timestamp(
returns the
model timestamp associated with the node, node
)node
. Before you call this
function, you must have the simulation log variable associated with the
simlog
object in your current workspace. To create the simulation log
variable, simulate the model with data logging turned on, or load a previously saved
variable from a file.
You can determine whether the simlog
object in your workspace is
current or stale by comparing its timestamp with the model timestamp.
Examples
Input Arguments
Version History
Introduced in R2021a