run_processor
Execute an attached processor on the most recent EEG window on demand, providing results for both streaming and non-streaming modes.
Instructions
Run a processor once on the most recent window, on demand.
Works for both modes: for a non-streaming processor this is the only way to execute it, and for a streaming one it is a way to get an answer right now rather than waiting for its next scheduled output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | No | Window length to pass in. | |
| filtered | No | Override the processor's declared preference for filtered or raw signal. | |
| processor | Yes | The attached processor's name. | |
| session_id | Yes | The session to read from. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||