set_smoothing_filter

Configure smoothing filter

A smoothing filter is applied when interpolating to improve timestamp precision. Disabling this filter may give more accurate results when working with very sharp (< 3.2 ns) edges.

Parameters

string
Configure the smoothing filter to be always "Off", or automatically ("Auto") applied.
default: Auto
allowed values:Off, Auto
boolean
Disable all implicit conversions and coercions
default: true

# Examples

# Sample response

{
    "mode": "Off",
}
1
2
3