simscape.logging.Node
Hierarchy tree for simulation data
Description
simscape.logging.Node
represents the hierarchy of nodes for
logging simulation data in a model. The tree starts with the workspace variable, which
represents simulation data for the whole model, and recursively creates nodes for each of the
children.
The children depend on the type of the parent node:
For the top-level simulation log workspace variable, the children are all the Simscape™ blocks (and subsystems containing Simscape blocks) in the top-level model diagram.
For a subsystem or a structural block, the children are all the constituent Simscape blocks and subsystems.
For a block, the children are all its physical ports, Through and Across variables, and all internal variables defined in the block's Simscape file.
For a physical port, the children are all its Across variables.
Final nodes in this recursion correspond to all the variables logged for the model. Final nodes do not have children nodes, and contain the series data logged during simulation.
Creation
This object is created automatically during simulation, as part of the simulation log workspace variable, if you enable data logging for the model.
Properties
Object Functions
Examples
Version History
Introduced in R2010b