Get the source of a problem
- Returns:
- Axis source
- Description:
- SourceGet will return the first status bit which is set on an axis. The source can be checked when the axis is in an error state. There may be additional status bits set, use StatusBitGet to check any other bits.
- Returns:
- (RSISource) The first status bit found.
- Sample Code:
- Notes:
- Return defaults to RSISourceUNKNOWN. Also, this method might take many milliseconds to execute. It's recommended to only call this method when trying to diagnose an Axis' Error state.
- See also:
- RSISource, StateGet