Page History: LSL Streamer Element
Compare Page Revisions
Page Revision: 2023/05/17 09:01
Summary
|
LSL Streamer
|
Info |
Category: |
Visual Stimuli |
|
AddIn: |
LSL |
Creator: |
OkazoLab |
|
Scope: |
Experiment |
Owns Snippets: |
None |
|
Usage: |
Snippets |
Properties
Name | Description | Constraints | Type | On runtime change |
---|
Control |
Is Enabled | If set to false the element is completely omitted when the experiment is run | | Boolean | |
Title | Title of the element | | String | |
LSL Settings |
Stream Name | Defines a name of LSL stream forwarding the selected signals | | String | |
Stream Type | Defines as type of the LSL stream | | String | |
Data Format | Defines as type of the LSL stream | | String | |
Create Stream Now | Pre-creates a LSL stream with the current settings before an experiment is started | | Boolean | |
Settings |
Input Channels | Defines input channels for processing | | IList | |
Buffer Size | Defines the size (in samples) of the element's processing buffer | | Int32 | |
Output Sampling Rate | Defines the sampling rate of processing performed by this element, in Hz. If the input channels have different sampling rates, the input signal will be re-sampled to the chosen rate | | Double | |
Resampling Method | Defines the interpolation method for resampling the input signals of different sampling rates | | Int32 | |
Chunk Size | Defines a size of the processing blocks (chunks) in samples. The value must not be greater than the buffer size. | | Int32 | |
Runtime Status |
Is Running | Defines whether the element is processing data. You can use this property to pause the signal processing at any time (e.g. for a sake of performance) | | Boolean | |
Signal Generator |
Signal Generator | Defines whether signal samples are produces by an oscillatory generator rather than the actual hardware. You can use the signal generator for test runs without hardware | | Boolean | |
Channel Configuration |
Selected Channels | Defines what signal channels are selected for acquisition within EventIDE. Selected channels are registered in the EventIDE signal pool at runtime and become available for the signal analysis elements. | | List`1 | |
|
This element forwards selected EventIDE signals into a LSL stream
Description
...
Snapshots
Snapshot 1
| Snapshot 2 |
Practical Use
...
Technique 1
- Step 1
- Step 2
...
=== Technique 2 === - Step 1
- Step 2
...
// Check the trial outcome. Result and RT just other user variables
// insert code snippet here..
...
== Notes ==
... - Insert Notes here..
- Insert Notes here..