Contact Profile Link Channel Args
data class ContactProfileLinkChannelArgs(val bandwidthMhz: Output<Double>, val centerFrequencyMhz: Output<Double>, val demodulationConfiguration: Output<String>? = null, val endPoints: Output<List<ContactProfileLinkChannelEndPointArgs>>, val modulationConfiguration: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<ContactProfileLinkChannelArgs>
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.