ContactProfileLinkChannelArgs

data class ContactProfileLinkChannelArgs(val bandwidthMHz: Output<Double>, val centerFrequencyMHz: Output<Double>, val decodingConfiguration: Output<String>? = null, val demodulationConfiguration: Output<String>? = null, val encodingConfiguration: Output<String>? = null, val endPoint: Output<EndPointArgs>, val modulationConfiguration: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<ContactProfileLinkChannelArgs>

Contact Profile Link Channel.

Constructors

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

Properties

Link copied to clipboard
val bandwidthMHz: Output<Double>

Bandwidth in MHz.

Link copied to clipboard

Center Frequency in MHz.

Link copied to clipboard
val decodingConfiguration: Output<String>? = null

Currently unused.

Link copied to clipboard
val demodulationConfiguration: Output<String>? = null

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
val encodingConfiguration: Output<String>? = null

Currently unused.

Link copied to clipboard
val endPoint: Output<EndPointArgs>

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

Link copied to clipboard
val modulationConfiguration: Output<String>? = null

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
val name: Output<String>

Channel name.

Functions

Link copied to clipboard
open override fun toJava(): ContactProfileLinkChannelArgs