TransmitterModelSimple#

class ansys.stk.core.stkobjects.TransmitterModelSimple#

Bases: ITransmitterModel, IComponentInfo, ICloneable

Class defining a simple transmitter model.

Overview#

set_filter

Do not use this method, as it is deprecated. Use FilterComponentLinking on TransmitterModelSimple instead. Sets the current filter model by name.

set_modulator

Set the current modulator model by name.

set_polarization_type

Set the current polarization type.

data_rate

Get or set the data rate.

eirp

Get or set the EIRP.

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

Do not use this property, as it is deprecated. Use FilterComponentLinking on TransmitterModelSimple instead. Gets the current filter model.

filter_component_linking

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

frequency

Get or set the carrier frequency.

modulator

Get the current modulator model.

polarization

Get the polarization.

post_transmit_gains_losses

Get the collection of additional post transmit gains and losses.

supported_filters

Do not use this property, as it is deprecated. Use FilterComponentLinking on TransmitterModelSimple instead. Gets an array of supported filter model names.

supported_modulators

Get an array of supported modulator model names.

Import detail#

from ansys.stk.core.stkobjects import TransmitterModelSimple

Property detail#

property TransmitterModelSimple.data_rate: float#

Get or set the data rate.

property TransmitterModelSimple.eirp: float#

Get or set the EIRP.

property TransmitterModelSimple.enable_filter: bool#

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

property TransmitterModelSimple.enable_polarization: bool#

Get or set the enable polarization option.

property TransmitterModelSimple.filter: IRFFilterModel#

Do not use this property, as it is deprecated. Use FilterComponentLinking on TransmitterModelSimple instead. Gets the current filter model.

property TransmitterModelSimple.filter_component_linking: IComponentLinkEmbedControl#

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

property TransmitterModelSimple.frequency: float#

Get or set the carrier frequency.

property TransmitterModelSimple.modulator: IModulatorModel#

Get the current modulator model.

property TransmitterModelSimple.polarization: IPolarization#

Get the polarization.

property TransmitterModelSimple.post_transmit_gains_losses: AdditionalGainLossCollection#

Get the collection of additional post transmit gains and losses.

property TransmitterModelSimple.supported_filters: list#

Do not use this property, as it is deprecated. Use FilterComponentLinking on TransmitterModelSimple instead. Gets an array of supported filter model names.

property TransmitterModelSimple.supported_modulators: list#

Get an array of supported modulator model names.

Method detail#

TransmitterModelSimple.set_filter(self, name: str) None#

Do not use this method, as it is deprecated. Use FilterComponentLinking on TransmitterModelSimple instead. Sets the current filter model by name.

Parameters:

name : str

Returns:

None

TransmitterModelSimple.set_modulator(self, name: str) None#

Set the current modulator model by name.

Parameters:

name : str

Returns:

None

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

Set the current polarization type.

Parameters:

value : PolarizationType

Returns:

None