petebachant / daqmx

A Python wrapper to the National Instruments DAQmx driver.
MIT License
3 stars 6 forks source link

synch_ai_ao.py #7

Closed eadkins333 closed 9 years ago

eadkins333 commented 9 years ago

Hello,

I am having an issue with the AO Sample clock part of the example. I keep getting the RuntimeError: Requested value is not a supported value for this property. Any suggestions?

daqmx.CfgSampClkTiming(AOtaskHandle, "", sr/2, daqmx.Val_Rising, daqmx.Val_ContSamps, buffsize)

petebachant commented 9 years ago

@eadkins333, did you get this working okay? Did any code inside the package need to be changed?

eadkins333 commented 9 years ago

Sorry I should have posted this. The unit we were using (USB6009) was too slow and didn't support continuous AO output.

On Sat, Feb 28, 2015 at 12:29 PM, Pete Bachant notifications@github.com wrote:

@eadkins333 https://github.com/eadkins333, did you get this working okay? Did any code inside the package need to be changed?

— Reply to this email directly or view it on GitHub https://github.com/petebachant/daqmx/issues/7#issuecomment-76535863.

petebachant commented 9 years ago

No worries. Glad you figured it out.