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

{
  "corner_frequency": 99.9774868744271,
  "slope": "Slope6dB"
}
1
2
3
4