class="resources"
Maintains a static reference to a VI. You can use this reference with properties and methods, and you do not need to explicitly open or close the reference.

The Static VI Reference acts as a subVI and appears in the VI hierarchy of the top-level VI. Use the Call By Reference node to call the VI referenced by Static VI Reference. You cannot use the Run VI, Abort VI, Revert VI, Make Current Values Default, Export VI Strings, or Import VI Strings methods on the Static VI Reference node. To avoid recursion, you cannot have a reference to the top-level VI that the Static VI Reference is in.