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