GetChildren()

Gets the full path to each of the specified object's children and returns them as a list.

Essential Keyword Arguments

ObjectPath : ObjectPath

Path of the object for which a list of its children's paths is returned.

Return Type

List

Examples

Example 28: Getting a list of paths for interfaces defined under a coupling interface


DatamodelRoot().CouplingInterface.GetChildren()

['/SystemCoupling/CouplingInterface:Interface-1', '/SystemCoupling/CouplingInterface:Interface-2']