Get Property Values VI
- Updated2023-02-21
- 10 minute(s) read
Owning Palette: DataFinder Toolkit
Requires: LabVIEW DataFinder Toolkit
Determines from the result references the values of one or more properties that are the same data type. To select the polymorphic instance, connect data to the Data Type input or to the Property input or select the instance manually.
In the following table you see how the Get Property Values VI converts different data types of the search results. If a cell contains an x, the data can be converted. If a cell has a hyphen (-), the conversion produces an empty value. The Toolkit then displays a warning.
| Data Type | -> String | -> Double | -> Time Stamp |
| String | X | - | - |
| Double | X | X | - |
| Path | X | - | - |
| Time Stamp | - | X | X |
![]() |
Note When you convert a Double value into a String, the decimal separator is always a point. When you convert a Time Stamp into a Double value, the Toolkit calculates the seconds since 01/01/0000 00:00:00 local time. |
Get Property Values (String Properties)

![]() |
data type specifies which data type the property values are returned in. | ||||||
![]() |
properties specifies the
object type, the name and the data type of the property.
|
||||||
![]() |
result references are the result references from which the VI takes the property values. | ||||||
| error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||
![]() |
property values specifies the values of the properties. | ||||||
![]() |
result references out is the array of the references of which the property values were determined. | ||||||
| error out contains error information. This output provides standard error out functionality. |
Get Property Values (String Property)

![]() |
data type specifies which data type the property values are returned in. | ||||||
![]() |
property represents a certain property.
|
||||||
![]() |
result references are the result references from which the VI takes the property values. | ||||||
| error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||
![]() |
property values specifies the values of the properties. | ||||||
![]() |
result references out is the array of the references of which the property values were determined. | ||||||
| error out contains error information. This output provides standard error out functionality. |
Get Property Values (Path Properties)

![]() |
data type specifies which data type the property values are returned in. | ||||||
![]() |
properties specifies the
object type, the name and the data type of the property.
|
||||||
![]() |
result references are the result references from which the VI takes the property values. | ||||||
| error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||
![]() |
property values specifies the values of the properties. | ||||||
![]() |
result references out is the array of the references of which the property values were determined. | ||||||
| error out contains error information. This output provides standard error out functionality. |
Get Property Values (Path Property)

![]() |
data type specifies which data type the property values are returned in. | ||||||
![]() |
property represents a certain property.
|
||||||
![]() |
result references are the result references from which the VI takes the property values. | ||||||
| error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||
![]() |
property values specifies the values of the properties. | ||||||
![]() |
result references out is the array of the references of which the property values were determined. | ||||||
| error out contains error information. This output provides standard error out functionality. |
Get Property Values (Numeric Properties)

![]() |
data type specifies which data type the property values are returned in. | ||||||
![]() |
properties specifies the
object type, the name and the data type of the property.
|
||||||
![]() |
result references are the result references from which the VI takes the property values. | ||||||
| error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||
![]() |
property values specifies the values of the properties. | ||||||
![]() |
result references out is the array of the references of which the property values were determined. | ||||||
| error out contains error information. This output provides standard error out functionality. |
Get Property Values (Numeric Property)

![]() |
data type specifies which data type the property values are returned in. | ||||||
![]() |
property represents a certain property.
|
||||||
![]() |
result references are the result references from which the VI takes the property values. | ||||||
| error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||
![]() |
property values specifies the values of the properties. | ||||||
![]() |
result references out is the array of the references of which the property values were determined. | ||||||
| error out contains error information. This output provides standard error out functionality. |
Get Property Values (Date Properties)

| data type specifies which data type the property values are returned in. | |||||||
![]() |
properties specifies the
object type, the name and the data type of the property.
|
||||||
![]() |
result references are the result references from which the VI takes the property values. | ||||||
| error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||
![]() |
property values specifies the values of the properties. | ||||||
![]() |
result references out is the array of the references of which the property values were determined. | ||||||
| error out contains error information. This output provides standard error out functionality. |
Get Property Values (Date Property)

| data type specifies which data type the property values are returned in. | |||||||
![]() |
property specifies the property of which the DataFinder determines the values. You only can determine values of the properties that also exist for the specified object types.
|
||||||
![]() |
result references are the result references from which the VI takes the property values. | ||||||
| error in (no error) describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||
![]() |
property values specifies the values of the properties. | ||||||
![]() |
result references out is the array of the references of which the property values were determined. | ||||||
| error out contains error information. This output provides standard error out functionality. |
Example
Refer to the DataFinder_Pass_Fail_Analysis VI in the labview\examples\DataFinder\DataFinder_Examples.lvproj for an example of using the Get Property Values VI.




















