a_out_scan example doesn't work -> error: 17 invalid count
LukasBernhardt00 opened this issue · 4 comments
Hello,
I'm trying to get the a_out_scan.py example running but I keep getting the Error 17: Invalid count. I tried to change the arguments of the function but I didn't find the problem..
Would be great if someone could point me in the right direction
Lukas
What MCC device are you using?
I'm using a RedLab 3103 Card
for the USB-3103, set the number num_points parameter in the a_out_scan() to the number of channels to the number of channels in the scan.
you cannot use the USB-3103 as a streaming output device. using this function with this device allows you to write 1 value for each channel (up to 8) so that you can achieve simultaneous update (of 1 sample per channel).
Okay thank you for your help, that means I can't really use the card for this application...