getChildNodes()

Get a list of child nodes.

Usage

childNodes = acs.getChildNodes( path )

Parameters

path (string)
Database path of the node.

Return Value

childNodes (list)
The childs of the node.

Errors

The path should be valid.

Description

This routine returns a list of the node children. The node address is given by path. For example,
nodeMat = ROOT + RS + 'MATERIAL_MODEL'
parts = acs.getChildNodes( nodeMat )