-
Notifications
You must be signed in to change notification settings - Fork 189
Closed
Description
The task.read exaple has an error:
task = Task()
task.ai_channels.add_voltage_channel('Dev1/ai0:3') # this line
data = task.read()
type(data)
<type 'list'>
type(data[0])
<type 'float'>
nidaqmx-python/nidaqmx/task.py
Line 598 in 62fc6b4
| >>> task.ai_channels.add_voltage_channel('Dev1/ai0:3') |
It should be:
task.ai_channels.add_ai_voltage_chan('Dev1/ai0:3')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels