org.minetti.astrodevice.common.object
Interface TelescopeAxisRate


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.

Author:
Jean-Philippe MINETTI

Method Summary
 double getMaximum()
          Returns the maximum rate.
 double getMinimum()
          Returns the minimum rate.
 

Method Detail

getMinimum

double getMinimum()
Returns the minimum rate. This must always be a positive number. It indicates the maximum rate in either direction about the axis.

Returns:
Minimum rate in degrees/second.

getMaximum

double getMaximum()
Returns the maximum rate. This must always be a positive number. It indicates the maximum rate in either direction about the axis.

Returns:
Maximum rate in degrees/second.


Copyright © 2012 astroDevice. All Rights Reserved.