The RMP Motion Controller APIs

◆ PostFilterNotchSet()

void PostFilterNotchSet ( int32_t sectionNumber,
double centerFreq,
double bandwidth )
Description:
PostFilterNotchSet configures a Notch filter.
Parameters
sectionNumberThe Post Filter Number to be used.
centerFreqCenter Frequency.
bandwidthBandwidth.
Remarks
This function is also available in RapidSequencer.
Sample Code:
// configure and use a Notch filter as filter 0, Center Frequency = 10, and Bandwidth = 20.
axis->PostFilterNotchSet(0, 10, 20);