I have two questions.
1) Which board is appropriate for directing python questions? I can't tell from the selections available.
2) Our PXIe system has the following boards in it, and I have listed what I think is the correct PyPI package supporting that board next to it:
* PXI-6738 Analog Out <--> nidaqmx
* PXIe-5413 Signal Generator <--> nifgen
* PXI-2532B Cross-point switch <--> niswitch
* PXI-6509 Digital I/O <--> nidaqmx
* PXI-4065 DMM <--> nidmm
* PXIe-5105 Scope <--> niscope
* PXIe-2575 Mux <--> niswitch
Are these the correct python packages? The nidaqmx package seems to be a separate development effort from teh rest of the packages and I'm wondering if they are all compatible to run together as a system.
Thank you