set_acquisition_mode

Changes acquisition mode between 'Normal', 'Precision' and 'PeakDetect'.

Precision mode is also known as decimation, it samples at the full rate and averages excess data points to improve precision. Normal mode works by direct down sampling, throwing away extra data points.

Parameters

string
Acquisition Mode
default: Normal
allowed values:
Moku:LabNormal, Precision
Moku:GoNormal, Precision, PeakDetect
Moku:ProNormal, Precision, PeakDetect
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{"mode":"Precision"}
1