You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both samp_quant_samp_per_chan and total_samp_per_chan_generated parameters
use c_double types, rather than c_long_long (UInt64) as required by the dll function.
Changing line 949 and 957 in out_stream.py and 2230, 2238 and 2253 in timing.py restores correct operation.
The text was updated successfully, but these errors were encountered:
<rev> Fixing incorrect property data type metadata in the Python DAQmx
API. Raised by issue: #32
<priv> Turns out a number of UInt64 properties had incorrect metadata. I
went through all of the U64 properties in the API and found some others
that were wrong too.
<rev> Working around issue:
#1, where nidaqmx doesn't
work on Python 2.7.13 because of a ctypes bug.
<rev> Changing to install from pypi for nidaqmx_src since installing
from Build Services package dependencies seems broken in newer versions
of pythonservices. We have a requirements file to enforce versions, so
who cares.
<bud> http://review-board.natinst.com/r/202523/
Both samp_quant_samp_per_chan and total_samp_per_chan_generated parameters
use c_double types, rather than c_long_long (UInt64) as required by the dll function.
Changing line 949 and 957 in out_stream.py and 2230, 2238 and 2253 in timing.py restores correct operation.
The text was updated successfully, but these errors were encountered: