long FilterGainTableGet ( ) [virtual]
Description:
FilterGainTableGet gets which gain table is currently in use by the axis.
Returns:
(long) Value ranges from 0 to 5.
Sample Code:
  if(axis->FilterGainTableGet() == 0)
  {
    printf("This axis is using gain table 0\n");
   }
See also:
FilterGainTableSet