set_acquisition Moku:Delta

Configure acquisition mode and sample rate

sample_rate

The sampling rate is achieved through decimation, where the decimation factor must be a factor of 2 or a multiple of 16. Your sampling rate may be coerced to the nearest allowed value, if a sampling rate does not meet these criteria. Sampling rate has a maximum rate that is split across the enabled input channels. E.g. if the maximum sampling rate for your configuration is 312.5 MHz with one input channel enabled, the maximum sampling rate is effectively halved (156.25 MHz) if a second input channel is enabled.

Parameters

string required
Acquisition mode
allowed values:Normal, Precision
number required
Target samples per second
allowed values:
Gigabit Streamer5000 to 312500000
Gigabit Streamer+5000 to 5000000000
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{
    "mode": "Normal",
    "sample_rate": "5000",
}
1
2
3
4