simscape.logging.sli.findPath
(To be removed) Find path to node in logged simulation data tree
simscape.logging.sli.findPath
will be removed in a future
release. Use simscape.logging.findPath
instead. Syntax and
arguments of the two functions are identical.
Description
[
returns a logical value and a path to the node in the simulation data tree
isvalid
nodepath
]
= simscape.logging.sli.findPath(simlog
,block
)simlog
. The node contains logged simulation data for
the specified block or subsystem in a model. Before you call this function, you
must load the model. You must also have the simulation log variable in your
current workspace. Create the simulation log variable by simulating the model
with data logging turned on, or load a previously saved variable from a file.