Skip to content

Commit 1b17262

Browse files
Peter N. SteinmetzPeter N. Steinmetz
authored andcommitted
Add comment about restrictions on selected set of channels.
1 parent 4c4e018 commit 1b17262

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/rawio.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@ By index is unambiguous 0 to n-1 (included), whereas for some IOs channel_names
118118
(and sometimes channel_ids) have no guarantees to
119119
be unique. In such cases, using names or ids may raise an error.
120120

121+
A selected subset of channels which is passed to get_analog_signal_chunk, get_analog_signal_size,
122+
or get_analog_signal_t_start has the additional restriction that all such channels must have
123+
the same t_start and signal_size.
124+
121125
Example with BlackrockRawIO for the file FileSpec2.3001::
122126

123127
>>> raw_sigs = reader.get_analogsignal_chunk(channel_indexes=None) #Take all channels

0 commit comments

Comments
 (0)