plot_stream
Generate a static HTML snapshot of recent EEG signal data as a self-contained file, ready to save, share, or attach to notes. No internet connection needed, as all content is inlined.
Instructions
Render the recent signal as a standalone HTML file and return its path.
A frozen snapshot, unlike start_monitor -- use it to keep a record, attach to a note, or share. The file inlines everything and needs no internet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | No | How much recent signal to draw. | |
| channels | No | Channel names to include. Defaults to all. | |
| filtered | No | Draw the filtered signal when a chain is set. | |
| session_id | Yes | The session to plot. | |
| show_events | No | Overlay event markers on the traces. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||