Read Children VI

Owning Palette: NonTerminal Classes, Controls, and VIs

Requires: Labstache

Gets all of the children nodes of this parent node. This does not recursively desend down children Non-Terminal nodes.

Read Children VI

cToolkit_lvlib_Nodes_lvlib_NonTerminallvclassNon-Terminal In represents a node that is, or can be, a parent to other nodes. in the Abstract Syntax Tree (AST) of a parsed Mustached template.
cerrcodeclst

Error In describes error conditions that occur before this node runs. This input provides standard error in functionality.

Right-click the Error In indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

i1dToolkit_lvlib_Nodes_lvlib_NodelvclassChildren is all of the first-level children of the non-Terminal parent. This does not include the recursive desendants of the children.
iToolkit_lvlib_Nodes_lvlib_NonTerminallvclassNon-Terminal Out is the same object as the Non-Terminal In control.
ierrcodeclst

Error Out contains error information. This provides standard error out functionality.

Right-click the Error Out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.