start_streaming

Start a streaming session

Returns the streaming interface id which holds the data stream

Parameters

integer
Duration to stream for
default: undefined
units: Seconds
Acquisition speed (e.g. "30Hz")
default: undefined
allowed values:
Moku:Lab30Hz, 119Hz, 477Hz, 1.9kHz, 15.2kHz
Moku:Go30Hz, 119Hz, 477Hz, 1.9kHz, 15.2kHz, 122kHz
Moku:Pro37Hz, 150Hz, 596Hz, 2.4kHz, 19.1kHz, 152kHz
Moku:Delta37Hz, 150Hz, 596Hz, 2.4kHz, 19.1kHz, 152kHz

# Examples

# Sample response

{
    "stream_id": "<stream_id>"
}
1
2
3