bool AmpEnableGet (  ) 

Description:
AmpEnableGet returns the state of the Amp Enable Output.
Returns:
(long) 0 = amp is disabled, 1 = amp is enabled.
Sample Code:
  if(axis->AmpEnableGet() == true)
  {
    printf("Amp is enabled\n");
  }
See also:
AmpEnableSet