IReTransmitterModel#

class ansys.stk.core.stkobjects.IReTransmitterModel#

Provide access to the properties and methods defining a re-transmitter model.

Overview#

frequency_transfer_function_polynomial

Get the frequency transfer function polynomial collection.

power_back_off_transfer_function_type

Get or set the power back off transfer function type.

power_back_off_linear_scale

Get or set the option to enable power back off linear scale.

power_back_off_transfer_function_polynomial

Get the power back off transfer function polynomial collection.

power_back_off_transfer_function_table

Get the power back off transfer function table.

enable_c_over_im

Get or set the option to enable C/Im.

c_over_im_transfer_function_type

Get or set the C/Im transfer function type.

c_over_im_linear_scale

Get or set the option to enable C/Im linear scale.

c_over_im_transfer_function_polynomial

Get the C/Im transfer function polynomial collection.

c_over_im_transfer_function_table

Get the C/Im transfer function table.

saturated_flux_density

Get or set the saturated flux density.

operational_mode

Get or set the operational mode.

Import detail#

from ansys.stk.core.stkobjects import IReTransmitterModel

Property detail#

property IReTransmitterModel.frequency_transfer_function_polynomial: TransferFunctionPolynomialCollection#

Get the frequency transfer function polynomial collection.

property IReTransmitterModel.power_back_off_transfer_function_type: TransferFunctionType#

Get or set the power back off transfer function type.

property IReTransmitterModel.power_back_off_linear_scale: bool#

Get or set the option to enable power back off linear scale.

property IReTransmitterModel.power_back_off_transfer_function_polynomial: TransferFunctionPolynomialCollection#

Get the power back off transfer function polynomial collection.

property IReTransmitterModel.power_back_off_transfer_function_table: TransferFunctionInputBackOffOutputBackOffTable#

Get the power back off transfer function table.

property IReTransmitterModel.enable_c_over_im: bool#

Get or set the option to enable C/Im.

property IReTransmitterModel.c_over_im_transfer_function_type: TransferFunctionType#

Get or set the C/Im transfer function type.

property IReTransmitterModel.c_over_im_linear_scale: bool#

Get or set the option to enable C/Im linear scale.

property IReTransmitterModel.c_over_im_transfer_function_polynomial: TransferFunctionPolynomialCollection#

Get the C/Im transfer function polynomial collection.

property IReTransmitterModel.c_over_im_transfer_function_table: TransferFunctionInputBackOffVsCOverImTable#

Get the C/Im transfer function table.

property IReTransmitterModel.saturated_flux_density: float#

Get or set the saturated flux density.

property IReTransmitterModel.operational_mode: ReTransmitterOpMode#

Get or set the operational mode.