set_filter

Configures the LIA low-pass filter

Parameters

number required
Filter corner frequency
allowed values:
units: Hz
string
Filter slope per octave
default: Slope6dB
allowed values:Slope6dB, Slope12dB, Slope18dB, Slope24dB
boolean
Disable all implicit conversions and coercions.
default: true

# Examples

# Sample response

{
    "Filter slope": "6dB",
    "corner_frequency": 100.05159917010866,
    "slope": "6dB"
}
1
2
3
4
5