ReTransmitterModelComplex#

class ansys.stk.core.stkobjects.ReTransmitterModelComplex#

Bases: IReTransmitterModel, ITransmitterModel, IComponentInfo, ICloneable

Class defining a complex re-transmitter model.

Overview#

set_polarization_type

Set the current polarization type.

antenna_control

Get the receiver antenna control.

enable_filter

Get or set the flag determines whether or not to enable the Filter.

enable_polarization

Get or set the enable polarization option.

filter_component_linking

Get the link/embed controller for managing the filter model component.

polarization

Get the polarization.

post_transmit_gains_losses

Get the collection of additional post transmit gains and losses.

saturated_power

Get or set the saturated power.

Import detail#

from ansys.stk.core.stkobjects import ReTransmitterModelComplex

Property detail#

property ReTransmitterModelComplex.antenna_control: AntennaControl#

Get the receiver antenna control.

property ReTransmitterModelComplex.enable_filter: bool#

Get or set the flag determines whether or not to enable the Filter.

property ReTransmitterModelComplex.enable_polarization: bool#

Get or set the enable polarization option.

property ReTransmitterModelComplex.filter_component_linking: IComponentLinkEmbedControl#

Get the link/embed controller for managing the filter model component.

property ReTransmitterModelComplex.polarization: IPolarization#

Get the polarization.

property ReTransmitterModelComplex.post_transmit_gains_losses: AdditionalGainLossCollection#

Get the collection of additional post transmit gains and losses.

property ReTransmitterModelComplex.saturated_power: float#

Get or set the saturated power.

Method detail#

ReTransmitterModelComplex.set_polarization_type(self, value: PolarizationType) None#

Set the current polarization type.

Parameters:

value : PolarizationType

Returns:

None