Generate Named Value
- Updated2025-07-28
- 1 minute(s) read
Converts the name of the type definition and data provided into a named value object, which represents the inputs and outputs of a test step. Wire the named value to a Property Node to set the inputs or outputs of the test step.
- Acquiring Test Results

name
Name of the type definition.
anything
Data you want to add to the test step. This parameter accepts arrays and clusters of Booleans, floating-point numbers, and strings. It can also accept an array of clusters, or a cluster of arrays, of these data types. Cluster elements may be named or unnamed, but not a combination of both. If cluster elements are named, then each name must be unique to that cluster. If you wire an unsupported data type, LabVIEW breaks the VI.
error in
Error conditions that occur before this VI runs. The VI responds to this input according to standard error behavior.named value
An object that represents the inputs and outputs of a test step.