ContactProfileLinkChannelResponse

data class ContactProfileLinkChannelResponse(val bandwidthMHz: Double, val centerFrequencyMHz: Double, val decodingConfiguration: String? = null, val demodulationConfiguration: String? = null, val encodingConfiguration: String? = null, val endPoint: EndPointResponse, val modulationConfiguration: String? = null, val name: String)

Contact Profile Link Channel.

Constructors

Link copied to clipboard
constructor(bandwidthMHz: Double, centerFrequencyMHz: Double, decodingConfiguration: String? = null, demodulationConfiguration: String? = null, encodingConfiguration: String? = null, endPoint: EndPointResponse, modulationConfiguration: String? = null, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Bandwidth in MHz.

Link copied to clipboard

Center Frequency in MHz.

Link copied to clipboard

Currently unused.

Link copied to clipboard

Copy of the modem configuration file such as Kratos QRadio or Kratos QuantumRx. Only valid for downlink directions. If provided, the modem connects to the customer endpoint and sends demodulated data instead of a VITA.49 stream.

Link copied to clipboard

Currently unused.

Link copied to clipboard

Customer end point to store and retrieve data during a contact with the spacecraft.

Link copied to clipboard

Copy of the modem configuration file such as Kratos QRadio. Only valid for uplink directions. If provided, the modem connects to the customer endpoint and accepts commands from the customer instead of a VITA.49 stream.

Link copied to clipboard

Channel name.