struct

Kozai::Rotator::Target

Inherits Struct < Value < Object

Where the antenna should be pointed.

Constructors

new(azimuth : Float64, elevation : Float64, flipped : Bool = false)
Source

Instance methods

azimuth

Commanded azimuth in degrees, which may exceed 360 on an overlapping rotator.

Source
elevation

Commanded elevation in degrees.

Source
flipped?

Whether this target is the flipped representation.

Source