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
Copy file name to clipboardExpand all lines: neo/rawio/intanrawio.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -66,8 +66,8 @@ class IntanRawIO(BaseRawIO):
66
66
4: 'USB board digital input channel',
67
67
5: 'USB board digital output channel'
68
68
69
-
* For the "header-attached" and "one-file-per-signal" formats, the structure of the digital input and output channels
70
-
these can be accessed as one long vector, which must be post-processed.
69
+
* For the "header-attached" and "one-file-per-signal" formats, the structure of the digital input and output channels is
70
+
one long vector, which must be post-processed to extract individual digital channel information. See the intantech website for more information on performing this post-processing.
0 commit comments