ni / nidaqmx-python

A Python API for interacting with NI-DAQmx
Other
440 stars 154 forks source link

task.ci_channel.citc_reached seems malformed #6

Closed epage closed 7 years ago

epage commented 7 years ago

See https://nidaqmx-python.readthedocs.io/en/latest/ci_channel.html#nidaqmx._task_modules.channels.ci_channel.CIChannel.citc_reached

Should it be ci_tc_reached? Should tc even be abbreviated. Looking at DAQmx's C# API, it is TerminalCountReached

Wondernutz commented 7 years ago

Hey Ed,

Yes, this should've been ci_tc_reached. I've corrected this.

We agreed we wouldn't 'fix' abbreviations or at least we would defer the fix until a later release, thus I've left it as ci_tc_reached.