ContactProfileLinkResponse

data class ContactProfileLinkResponse(val channels: List<ContactProfileLinkChannelResponse>, val direction: String, val eirpdBW: Double? = null, val gainOverTemperature: Double? = null, val name: String, val polarization: String)

Contact Profile Link.

Constructors

Link copied to clipboard
constructor(channels: List<ContactProfileLinkChannelResponse>, direction: String, eirpdBW: Double? = null, gainOverTemperature: Double? = null, name: String, polarization: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contact Profile Link Channel.

Link copied to clipboard

Direction (Uplink or Downlink).

Link copied to clipboard
val eirpdBW: Double? = null

Effective Isotropic Radiated Power (EIRP) in dBW. It is the required EIRP by the customer. Not used yet.

Link copied to clipboard

Gain to noise temperature in db/K. It is the required G/T by the customer. Not used yet.

Link copied to clipboard

Link name.

Link copied to clipboard

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