set_smoothing_filter
Configure smoothing filterA 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: Autoallowed values:Off, Auto boolean
Disable all implicit conversions and coercions
default: true# Examples
# Sample response
{
"mode": "Off",
}
1
2
3
2
3