AdditionalGainLoss ================== .. py:class:: ansys.stk.core.stkobjects.AdditionalGainLoss Class defining additional gains and losses. .. py:currentmodule:: AdditionalGainLoss Overview -------- .. tab-set:: .. tab-item:: Properties .. list-table:: :header-rows: 0 :widths: auto * - :py:attr:`~ansys.stk.core.stkobjects.AdditionalGainLoss.gain` - Get or set the gain/loss value. * - :py:attr:`~ansys.stk.core.stkobjects.AdditionalGainLoss.identifier` - Get or set the gain/loss identifier. Import detail ------------- .. code-block:: python from ansys.stk.core.stkobjects import AdditionalGainLoss Property detail --------------- .. py:property:: gain :canonical: ansys.stk.core.stkobjects.AdditionalGainLoss.gain :type: float Get or set the gain/loss value. .. py:property:: identifier :canonical: ansys.stk.core.stkobjects.AdditionalGainLoss.identifier :type: str Get or set the gain/loss identifier.