Kozai::Rotator::Limits
What a rotator can physically do.
NOTE: the azimuth range is the interesting one. A plain 0..360 rotator has
a hard stop, and a pass that crosses due north forces a full turn back
through south at the worst possible moment. Many rotators are therefore
built with overlap — 0..450 is common — and telling this software about it
is what lets Rotator.resolve_azimuth keep the antenna moving in one
direction across the crossing.
Constructors
Instance methods
azimuth_max
Highest commandable azimuth in degrees. Values above 360 mean the rotator can overlap past north.
elevation_max
Highest commandable elevation in degrees. Values above 90 mean the rotator can point over the top, which allows flip tracking.