Overview
This example demonstrates how to retrieve the product types from your cDAQ modules in your cDAQ chassis programatically.
Requirements
Software
- LabVIEW 2012 or compatible
- NI-DAQmx 9.5.5 or compatible
Hardware
- NI Multifunction DAQ Device
Steps to Implement or Execute Code
- Use DAQmx Device Property Node to retrieve an array of module device names.
- Use DAQmx Device Property Node inside of a for loop to retrieve the product type of each device.
Additional Information or References 
**This document has been updated to meet the current required format for the NI Code Exchange.**