void AmpDisableActionSet ( RSIMotorDisableAction  action  ) 

Description:
AmpDisableActionSet sets the action that will occur if the amplifier is disabled.
Parameters:
action A RSIMotorDisableAction value.
Sample Code:
  // set the Amp Disable action to do nothing
  axis->AmpDisableActionSet(RSIMotorDisableActionNONE);
See also:
AmpDisableActionGet