inspect_recording
Inspect an EEG recording's duration, channels, and event annotations before replay, without starting playback.
Instructions
Open a recording and describe it without starting playback.
Use this before start_replay to see how long the file is, what channels it has, and which annotations will be re-emitted as events during replay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path, or a filename inside the configured recordings dir. EDF/BDF/GDF/SET/FIF and anything else MNE reads; also BrainFlow CSV. | |
| board | No | Required only for BrainFlow CSV, which has no header describing its layout (e.g. 'cyton', 'synthetic'). | |
| max_events | No | Cap on how many of the file's events to list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||