SpacecraftLinkResponse

data class SpacecraftLinkResponse(val authorizations: List<AuthorizedGroundstationResponse>, val bandwidthMHz: Double, val centerFrequencyMHz: Double, val direction: String, val name: String, val polarization: String)

List of authorized spacecraft links per ground station and the expiration date of the authorization.

Constructors

Link copied to clipboard
constructor(authorizations: List<AuthorizedGroundstationResponse>, bandwidthMHz: Double, centerFrequencyMHz: Double, direction: String, name: String, polarization: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Authorized Ground Stations

Link copied to clipboard

Bandwidth in MHz.

Link copied to clipboard

Center Frequency in MHz.

Link copied to clipboard

Direction (Uplink or Downlink).

Link copied to clipboard

Link name.

Link copied to clipboard

Polarization. e.g. (RHCP, LHCP).