Close Reference

Closes a reference associated with an open VI, component, open application instance, or JavaScript object.

1378

Inputs/Outputs

datatype_icon

reference

The reference associated with an open VI, VI object, open application instance, or JavaScript object. This terminal also accepts a 1D array of references.

datatype_icon

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Standard Error Behavior

Default value: No error

datatype_icon

error out

Error information.

The node produces this output according to standard error behavior.

Standard Error Behavior

Releasing a VI Reference from Memory

When you create a reference to a VI, the VI stays in memory until you close the reference and the VI meets the following conditions:

  • There are no other open references to the VI.
  • The panel of the VI is not open.
  • The VI is not a subVI of another VI in memory.
  • The VI is not a member of an open project library.