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