ReTransmitterModelMedium#
- class ansys.stk.core.stkobjects.ReTransmitterModelMedium#
Bases:
IReTransmitterModel
,ITransmitterModel
,IComponentInfo
,ICloneable
Class defining a medium re-transmitter model.
Overview#
Set the current polarization type. |
|
Do not use this method, as it is deprecated. Use FilterComponentLinking on ReTransmitterModelMedium instead. Sets the current filter model by name. |
Get or set the enable polarization option. |
|
Get the polarization. |
|
Get the collection of additional post transmit gains and losses. |
|
Get or set the flag determines whether or not to enable the Filter. |
|
Do not use this property, as it is deprecated. Use FilterComponentLinking on ReTransmitterModelMedium instead. Gets an array of supported filter model names. |
|
Do not use this property, as it is deprecated. Use FilterComponentLinking on ReTransmitterModelMedium instead. Gets the current filter model. |
|
Get or set the saturated power. |
|
Get or set the antenna gain. |
|
Get the link/embed controller for managing the filter model component. |
Import detail#
from ansys.stk.core.stkobjects import ReTransmitterModelMedium
Property detail#
- property ReTransmitterModelMedium.enable_polarization: bool#
Get or set the enable polarization option.
- property ReTransmitterModelMedium.polarization: IPolarization#
Get the polarization.
- property ReTransmitterModelMedium.post_transmit_gains_losses: AdditionalGainLossCollection#
Get the collection of additional post transmit gains and losses.
- property ReTransmitterModelMedium.enable_filter: bool#
Get or set the flag determines whether or not to enable the Filter.
- property ReTransmitterModelMedium.supported_filters: list#
Do not use this property, as it is deprecated. Use FilterComponentLinking on ReTransmitterModelMedium instead. Gets an array of supported filter model names.
- property ReTransmitterModelMedium.filter: IRFFilterModel#
Do not use this property, as it is deprecated. Use FilterComponentLinking on ReTransmitterModelMedium instead. Gets the current filter model.
- property ReTransmitterModelMedium.filter_component_linking: IComponentLinkEmbedControl#
Get the link/embed controller for managing the filter model component.
Method detail#
- ReTransmitterModelMedium.set_polarization_type(self, value: PolarizationType) None #
Set the current polarization type.
- Parameters:
value :
PolarizationType
- Returns: