To download NI software, including the products shown below, visit ni.com/downloads.
Overview
This example demonstrates accessing information about controls inside controls.
Description
Some controls, such as radio button controls and clusters, have controls inside of them. To access the controls within a control, we use a property node to obtain the array of references to all the contained controls. Then, iterating through each reference, we can use another property node to access the desired property.
Requirements
LabVIEW Base Development System (or compatible)
Steps to Implement or Execute Code
1. Run the VI.
2. Change the names of the labels within the control.
3. Run the VI.
Additional Information or References
**This document has been updated to meet the current required format for the NI Code Exchange.**
Example code from the Example Code Exchange in the NI Community is licensed with the MIT license.