Contact Profile Link Channel Args
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
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.