MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ FilterLowPassSet()

void FilterLowPassSet ( double  frequency)
pure virtual

Use a Low-Pass filter.

Description:
FilterLowPassSet configures a Low-Pass filter.
Parameters
frequencyThe breakpoint frequency, in Hertz. 0 = disable Low-Pass.
Sample Code:
// configure and use a Low-Pass filter at 100Hz
axis->FilterLowPassSet(100);