|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDriveBrakeTestCapability
Interface of the drive brake test capability.
| Method Summary | |
|---|---|
void |
brakeTest(int axisIndex,
double torque)
Executes the drive brake test on the device. |
void |
brakeTest(Map<Integer,Double> torquesByAxisIndex)
Executes the drive brake test on all the axises. |
int[] |
getAllAxisIndex()
Returns the axis index of all axises. |
DriveBrakeTestResult |
getLatestResult(int axisIndex)
Returns the latest result of the drive brake tests for one axis. |
DriveBrakeTestResult[] |
getLatestResults()
Returns the latest result of the drive brake tests for every axis ordered by axis index. |
DriveBrakeTestRange |
getTorqueRange(int axisIndex)
Returns the torque range (minimum, default, maximum) for one axis. |
| Method Detail |
|---|
void brakeTest(int axisIndex,
double torque)
axisIndex - which axis should be testedtorque - the axis torque defined during the brake test executionvoid brakeTest(Map<Integer,Double> torquesByAxisIndex)
torquesByAxisIndex - the different axis torques defined during the brake test execution by axisId.int[] getAllAxisIndex()
DriveBrakeTestResult getLatestResult(int axisIndex)
axisIndex - for which axis should we get the latest results
DriveBrakeTestResult[] getLatestResults()
DriveBrakeTestRange getTorqueRange(int axisIndex)
axisIndex - for which axis should we get the torque range
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||