ContactProfileLinkChannel

data class ContactProfileLinkChannel(val bandwidthMhz: Double, val centerFrequencyMhz: Double, val demodulationConfiguration: String? = null, val endPoints: List<ContactProfileLinkChannelEndPoint>, val modulationConfiguration: String? = null, val name: String)

Constructors

Link copied to clipboard
constructor(bandwidthMhz: Double, centerFrequencyMhz: Double, demodulationConfiguration: String? = null, endPoints: List<ContactProfileLinkChannelEndPoint>, 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

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

Customer End point to store/retrieve data during a contact. An end_point block as defined below.

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

Name of the channel.