struct

Kozai::Transponders::Transponder

Inherits Struct < Value < Object

One way of working one satellite.

Constructors

Instance methods

catalog_number

Catalog number of the satellite it belongs to.

Source
default?

Whether this is the one to reach for when nothing was asked for.

Source
id

Section name it was read from — the handle the API and the interface select it by.

Source
mode

Radio mode — FM, USB, CW. Passed to rigctld verbatim, so it keeps the case it was written in.

Source
name

Human name, for the interface.

Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source