QuantumQuadrate / CsPyController

GNU Lesser General Public License v3.0
3 stars 3 forks source link

Way to Filter on PXI lines that are not consecutively numbered #28

Open cbyoung11 opened 5 years ago

cbyoung11 commented 5 years ago

If you list the AIO channels from the PXI in the following way in the lines section of the filters module,

AIO/port0/line0:1,AIO/port0/line3

Then you can for example Filter on the channels 0, 1, and 3, but not on channel 2. I wasn't aware that this was possible until now so maybe this will help others