Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I access PXI-4132 serial number?

I've created an NI Instrument Driver class using the nidcpower.fp file and am able to successfully communicate with the PXI-4132. As part of our calibration procedure, I need to be able to extract the serial number of that card and I do not see any means of doing that in the nidcpower() class. Please advise on how to obtain this serial number programmatically. Thanks.
0 Kudos
Message 1 of 2
(3,274 Views)

Hi Chris,

I wasn’t able to find any way within the DCpower driver, however using the DAQmx driver, serial number is a property under the device class for the DAQmx namespace. The DCpower driver is built similarly to the DAQmx driver and this properly should work for both.

Matt
Applications Engineer
National Instruments
0 Kudos
Message 2 of 2
(3,257 Views)