Generic class/Class Operator.Traverse method
VI Server Method Information | |
---|---|
Method ID | 6327406 |
Scope | VI Scripting |
Data Name | Class Operator.Traverse |
Short Name* | Class Operator.Traverse |
Long Name* | Class Operator:Traverse |
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
Owning Class ID | 3 |
Owning Class Name | Generic Class |
Return Data Type | Boolean data type |
Invoke Node | |
Available in Real-Time Operating System | Yes |
Available in Run-Time Engine | Yes (Read/Write) |
Loads the block diagram into memory | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Remote access allowed | No |
Settable when the VI is running | Yes |
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.
<img src="caution.gif"> |
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
Uses
Specific use cases for this method. |
History
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
More info to come. |
See Also
Add links to internal wiki pages that would also help. |
External Links
Add links to external resources that would also help. |