Get Indexed Value List VI
- Updated2023-02-21
- 3 minute(s) read
Owning Palette: DataFinder Toolkit
Requires: LabVIEW DataFinder Toolkit
Returns a list of strings which contains all indexed values for the specified string property. You can restrict the list of values by setting a prefix. The list is also restricted by the given query. You can determine the number of values you want to receive by wiring the max value count input. You only can use this VI if you search for base properties and optimized custom properties.

![]() |
DataFinder reference is the reference to the DataFinder to use to execute the search. To connect a registered DataFinder, select the DataFinder from the DataFinder named control. | ||||||
![]() |
property
represents a certain property.
|
||||||
|
prefix filters the string list to get a restricted list.
|
||||||
![]() |
query reference is the reference to the query for the search. | ||||||
![]() |
error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||
![]() |
max value count (200) specifies the maximum number of values that the DataFinder
returns. You can enter values from 1 to 16,384. The default maximum number of
indexed values is 200.
|
||||||
![]() |
DataFinder reference out is the reference to the DataFinder that is to be used to execute the search. | ||||||
![]() |
property values specifies the values of the properties. | ||||||
![]() |
query reference out is the reference to the query. | ||||||
![]() |
error out contains error information. This output provides standard error out functionality. | ||||||
![]() |
incomplete values? is TRUE if more indexed values exist than the maximum number of indexed values that are requested. If you want to display more indexed values, you must increase the value of the Max results count parameter. |
Examples
Refer to the following VIs for examples of using the Get Indexed Value List VI:
-
DataFinder_ExecuteQuery VI: labview\examples\DataFinder\DataFinder_Examples.lvproj











