start_sweep

Start sweeping

Start sweeping

Parameters

boolean
If true, enables single sweep mode.
default: false

Caution

To avoid timeouts while reading the data, it is recommended to set the timeout parameter of `get_data` function to a value greater than the `estimated_sweep_time` which is included in the response of this function.

boolean
Disable all implicit conversions and coercions.
default: true

# Sample response

{
    "estimated_sweep_time": 10.492993950848678
}
1
2
3