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
In the DAQmx LV and C APIs, the raw read/write functions support all channel types including DIO and counters. However, the nidaqmx-python raw read/write methods (task.in_stream.read and task.out_stream.write) query AI/AO-specific properties in order to determine the raw data format. Calling these methods on a DIO or counter task will error because these AI/AO-specific properties are not supported.
The text was updated successfully, but these errors were encountered:
In the DAQmx LV and C APIs, the raw read/write functions support all channel types including DIO and counters. However, the nidaqmx-python raw read/write methods (
task.in_stream.read
andtask.out_stream.write
) query AI/AO-specific properties in order to determine the raw data format. Calling these methods on a DIO or counter task will error because these AI/AO-specific properties are not supported.The text was updated successfully, but these errors were encountered: