Property Node (DataFinder)
- Updated2023-02-21
- 2 minute(s) read
Property Node (DataFinder)
Provides properties that you use to configure the DataFinder.
The node operates in the same way as a standard Property Node.
![]() |
reference is the refnum associated with the object for which you want to set or get properties. If the Property Node class is Application or VI, you do not have to wire a refnum to this input. For the Application class, the default is the current application instance. For the VI class, the default is the VI containing the Property Node. |
![]() |
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
property 2..n are examples of properties you want to set (write). |
![]() |
reference out returns reference unchanged. |
![]() |
error out contains error information. This output provides standard error out functionality. |
![]() |
property 1..n are examples of properties you want to get (read). |
Example
Refer to the DataFinder_Configure VI in the labview\examples\DataFinder\DataFinder_Examples.lvproj for an example of using the Property Node.