TransferFunctionInputBackOffVsCOverImTableRow ============================================= .. py:class:: ansys.stk.core.stkobjects.TransferFunctionInputBackOffVsCOverImTableRow Class defining a row of an input back off vs C/Im table. .. py:currentmodule:: TransferFunctionInputBackOffVsCOverImTableRow Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.TransferFunctionInputBackOffVsCOverImTableRow.input_back_off` - Get or set the input back off. * - :py:attr:`~ansys.stk.core.stkobjects.TransferFunctionInputBackOffVsCOverImTableRow.c_over_im` - Get or set the C/Im value. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import TransferFunctionInputBackOffVsCOverImTableRow Property detail --------------- .. py:property:: input_back_off :canonical: ansys.stk.core.stkobjects.TransferFunctionInputBackOffVsCOverImTableRow.input_back_off :type: float Get or set the input back off. .. py:property:: c_over_im :canonical: ansys.stk.core.stkobjects.TransferFunctionInputBackOffVsCOverImTableRow.c_over_im :type: float Get or set the C/Im value.