Referencing Hierarchy Data

Nodes within the hierarchy can be individually referenced at runtime by stating the name of the hierarchy object together with the 'path' from the top node.

@Do Hierarchy1.Hardware.Harddisk.name

If there are multiple instances of a node within the hierarchy then these can also be in the same manner but with the addition of the instance number. When using multiple instances remember to assign the object control property setChildContexts of the node to True.

@Do Hierarchy1.Hardware.Harddisk[2].name

.