void FilterDualLoopSet ( Axis velocityAxis,
RSIMotorEncoder  velocityEncoder,
bool  enable 
)

Description:
FilterDualLoopSet sets an axis configuration for dual-loop operation. Before you can use dual-loop, an Axis must be set to use filter type RSIXmpAlgorithmPIV
Parameters:
velocityAxis -- Which Axis has the velocityEncoder?
velocityEncoder -- Which encoder on the velocityAxis -- Primary or Secondary?
Sample Code:
  // configure an axis for dual loop control
  axis->FilterDualLoopSet(Y, RSIMotorEncoderPRIMARY, true);