Main Content
getChildren
Class: io.reader
Namespace: io
Return custom reader object for each node and signal in data imported using a custom reader
Since R2020b
Syntax
childObj = getChildren(obj)
Description
returns an array of
custom reader objects that correspond to hierarchical nodes and signals in data imported into
the Simulation Data Inspector using a custom file or workspace reader. Use the
childObj
= getChildren(obj)getChildren
method to preserve the hierarchy for imported data. When you
import multiple signals from a file, you can use the getChildren
method to
import the data as a flat list of signals contained under a top-level node that corresponds to
the file.
Input Arguments
Output Arguments
Examples
Version History
Introduced in R2020b