Describes a range of rates supported by the
MoveAxis(TelescopeAxes, Double) method (degrees/per second)
These are contained within an
AxisRates collection and serve to describe one or more supported ranges of rates of motion about a mechanical axis.
It is possible that the
Maximum and
Minimum properties will be equal. In this case, the
Rate object expresses a single discrete rate.
Both the
Minimum and
Maximum properties are always expressed in units of degrees per second.
This is only using for Telescope InterfaceVersions 2 and later.
Inheritance HierarchySystemObject
ASCOM.DriverAccessRate
Namespace: ASCOM.DriverAccessAssembly: ASCOM.DriverAccess (in ASCOM.DriverAccess.dll) Version: 7.0.0-rc.0+0
Syntaxpublic class Rate : IRate
Public Class Rate
Implements IRate
public ref class Rate : IRate
The Rate type exposes the following members.
Properties | Name | Description |
---|
 | Maximum |
The maximum rate (degrees per second)
This must always be a positive number. It indicates the maximum rate in either direction about the axis.
|
 | Minimum |
The minimum rate (degrees per second)
This must always be a positive number. It indicates the maximum rate in either direction about the axis.
|
Top
Methods | Name | Description |
---|
 | Dispose |
Disposes of any external resources acquired by the rate object
|
Top
RemarksValues used must be non-negative and are scalar values. You do not need to supply complementary negative rates for each positive
rate that you specify. Movement in both directions is achieved by the application applying an appropriate positive or negative sign to the
rate when it is used in the
MoveAxis(TelescopeAxes, Double) command.
See Also