Main Content
Print complete logging tree of Node object
Syntax
Description
print(
prints the complete
logging tree starting with the specified node. node
)node
is a
simscape.logging.Node
object. node
must include a
full identifier path to the node, starting with the workspace log variable name. Before you
call this object 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.
Examples
Input Arguments
Version History
Introduced in R2010b