Is there a way to pull the PXI chassis information through a .NET API? I have a PXIe-1085 attached to my PC through a PXIe-8381, and I'ld like to be able to pull information like firmware version, serial number, power voltages, temperatures, etc, from my .NET application.
I did find the MoldularInstrumentsSystem class in the NationalInstruments.SystemServices.DeviceServices namesapce, but that appears to only have information on the individual PXI cards, not the PXI chassis as a whole.