class

Kozai::Rotator::Client

Inherits Reference < Object

What a rotator client must be able to do.

Instance methods

close

Closes the connection.

Source
connected?

Whether a connection is currently open.

Source
move(azimuth : Float64, elevation : Float64) : Nil

Commands a move to azimuth and elevation, in degrees.

Source
park

Returns to the park position.

Source
position

Reads the current position as {azimuth, elevation} in degrees.

Source
stop

Stops all motion.

Source