Class Operator:Traverse Method

Short Name: Class Operator.Traverse

Requires: VI Scripting

Class: Generic Methods

To Use: Create a method.

Traverses the object tree of a specified object and performs a function on any object that has a process specified. If the traverse fails, LabVIEW returns FALSE.

Traverse is a way to find object references without having to recursively find them in a VI or block diagram.

Caution  Do not attempt to modify code in traverse callbacks. This changes the stack the traverse operation is iterating through and can cause LabVIEW to crash.

Parameters

Data typeNameRequiredDescription
Operator NameYesName of the operator VI.
Context DataYesContext data.
Traverse AllNoDetermines whether to traverse the entire hierarchy.

Remarks

The following table lists the characteristics of this method.

Data type
Available in Run-Time EngineYes (Read/Write)
Available in Real-Time Operating SystemYes
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access allowedNo