Skip to content

Commit 77235aa

Browse files
Peter N. SteinmetzPeter N. Steinmetz
authored andcommitted
Add comment about use of group_ids and method.
1 parent 1b17262 commit 77235aa

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
@@ -122,6 +122,10 @@ A selected subset of channels which is passed to get_analog_signal_chunk, get_an
122122
or get_analog_signal_t_start has the additional restriction that all such channels must have
123123
the same t_start and signal_size.
124124

125+
Such subsets of channels may be available in specific RawIOs by using the
126+
get_group_signal_channel_indexes method, if the RawIO has defined separate
127+
group_ids for each group with those common characteristics.
128+
125129
Example with BlackrockRawIO for the file FileSpec2.3001::
126130

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

0 commit comments

Comments
 (0)