start_streaming

Start a streaming session

Returns the streaming interface id which holds the data stream.

Data streaming requires mokucli (opens new window).

Parameters

integer
The duration to stream for. If this is not given then the maximum possible duration will be used.
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": "logsink0"
}
1
2
3