MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ FilterLowPassGet()

double FilterLowPassGet ( )
pure virtual

Get the value of the Low-Pass filter.

Description:
FilterLowPassGet returns the breakpoint frequency of a Low-Pass filter.
Returns
(double) The breakpoint frequency, in Hertz. 0 = No Low-Pass filter, -1 = Unknown filter type
Sample Code:
printf("The Low-Pass filter frequency is %lf\n", axis->FilterLowPassGet());