LabVIEWParameter.ArrayElementPrototype
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
LabVIEWParameter.ArrayElementPrototype
Syntax
LabVIEWParameter.ArrayElementPrototype
Data Type
Purpose
Returns the cluster prototype for the elements of the array.
Remarks
This property is valid only for arrays of LabVIEW clusters. Call the LabVIEWParameter.Category property to determine whether the parameter is an array of LabVIEW clusters. The array element prototype is a template from which new elements are copied when the size of the array increases. The array element prototype represents the expected structure of elements of the array. You can also use the array element prototype to create a TestStand custom data type that maps to the LabVIEW cluster.