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
When you call add_di_chan or add_do_chan with name_to_assign_to_lines!="" and line_grouping==CHAN_FOR_ALL_LINES, two things happen:
The channel collection passes name_to_assign_to_lines to the DAQmx C API, which honors the user's requested channel name.
The channel collection ignores name_to_assign_to_lines when returning a channel object for the newly created channel. Instead, it uses the physical channel names (lines). This works when accessing line-based DI/DO properties but not channel-based DI/DO properties.
When you call add_di_chan or add_do_chan with name_to_assign_to_lines!="" and line_grouping==CHAN_FOR_ALL_LINES, two things happen:
Example:
Output:
Expected output: last line should be
The text was updated successfully, but these errors were encountered: