MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ PostFilterLowPassSet()

void PostFilterLowPassSet ( int  sectionNumber,
double  frequency 
)
pure virtual

Use a Low-Pass filter.

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