bool AmpFaultGet (  ) 

Description:
AmpFaultGet returns the current state of the Amp Fault input.
Returns:
(bool) State of the Amp Fault input.
Sample Code:
  if(axis->AmpFaultGet() == true)
  {
    printf("Amp Fault input is High\n");
  }