CommunicationsTransceiverConfiguration#

class ansys.stk.core.stkrfchannelmodeler.CommunicationsTransceiverConfiguration#

The transceiver configuration for a communications transceiver.

Overview#

supported_transceivers

Get an array of available transceiver instances.

transceiver

Get or set the transceiver.

mode

Get or set the transceiver mode.

include_parent_object_facets

Get or set an indicator of whether or not to include the parent object facets.

Import detail#

from ansys.stk.core.stkrfchannelmodeler import CommunicationsTransceiverConfiguration

Property detail#

property CommunicationsTransceiverConfiguration.supported_transceivers: list#

Get an array of available transceiver instances.

property CommunicationsTransceiverConfiguration.transceiver: Transceiver#

Get or set the transceiver.

property CommunicationsTransceiverConfiguration.mode: TransceiverMode#

Get or set the transceiver mode.

property CommunicationsTransceiverConfiguration.include_parent_object_facets: bool#

Get or set an indicator of whether or not to include the parent object facets.