mne.channel_type#
- mne.channel_type(info, idx)[source]#
Get channel type.
- Parameters:
- Returns:
- type
str
Type of channel. Will be one of:
{'grad', 'mag', 'eeg', 'csd', 'stim', 'eog', 'emg', 'ecg', 'ref_meg', 'resp', 'exci', 'ias', 'syst', 'misc', 'seeg', 'dbs', 'bio', 'chpi', 'dipole', 'gof', 'ecog', 'hbo', 'hbr', 'temperature', 'gsr'}
- type
Examples using mne.channel_type
#
The Info data structure