IReTransmitterModel#
- class ansys.stk.core.stkobjects.IReTransmitterModel#
Provide access to the properties and methods defining a re-transmitter model.
Overview#
Get the frequency transfer function polynomial collection. |
|
Get or set the power back off transfer function type. |
|
Get or set the option to enable power back off linear scale. |
|
Get the power back off transfer function polynomial collection. |
|
Get the power back off transfer function table. |
|
Get or set the option to enable C/Im. |
|
Get or set the C/Im transfer function type. |
|
Get or set the option to enable C/Im linear scale. |
|
Get the C/Im transfer function polynomial collection. |
|
Get the C/Im transfer function table. |
|
Get or set the saturated flux density. |
|
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.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.operational_mode: ReTransmitterOpMode#
Get or set the operational mode.