|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TelescopeAxisRate
Describes a range of rates supported by the moveAxis(TelescopeAxis, double) method. These serve to describe a
supported range of rates of motion about a mechanical axis. It is possible that the maximum and minimum
properties will be equal. In this case, the TelescopeAxisRate
object expresses a single discrete rate.
Both the minimum and maximum properties are always expressed in units of degrees/second.
Method Summary | |
---|---|
double |
getMaximum()
Returns the maximum rate. |
double |
getMinimum()
Returns the minimum rate. |
Method Detail |
---|
double getMinimum()
double getMaximum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |